Just like with JBuilder, I have problem using class files that i do not have the source code for since in the source directory I will get errors saying the classes do not exist. In JBuilder the class files got deleted when JBuilder compiled plus run giving the classic “canon error sound” at runtime.
In eclipse it did not even find the .class files (it was the OGG files I am using). This must be a common problems because using class files without needing the source file is vital amongst communities sharing code.
-
How do i import .class files that do not have a source code into my Eclipse project?
-
PFFFFT, I created a project in Eclipse but I cannot see any design mode GUI Classes like in JBuilder. Is there any way of or do I actually need to write the code for all UI myself (no cannot be true???) which will take forever?