Moving from JBuilder2005 Foundation to Eclipse 3.2
Keenan Staffieri
Greenhorn
Joined: Jul 22, 2006
Posts: 23
posted
0
Hello, I am having trouble transfering a project to Eclipse 3.2. I made a new project in Eclipse, and then I copied + pasted the files individually from the other project. The file names are EXACTLY the same, yet I noticed JBuilder differs in its way of making its folders. There much be something I'm missing, because the prog applet wont compile, and when the applet comes up, it says applet not initilized and the console says this:
java.lang.ClassNotFoundException: .class at sun.applet.AppletClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) load: class .class not found. at sun.applet.AppletClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.applet.AppletClassLoader.loadCode(Unknown Source) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.FileNotFoundException: \class.class (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at java.io.FileInputStream.<init>(Unknown Source) at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source) at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source) at sun.applet.AppletClassLoader.getBytes(Unknown Source) at sun.applet.AppletClassLoader.access$100(Unknown Source) at sun.applet.AppletClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) ... 9 more
Please, help, I'd like to switch to this IDE.
Ernest Friedman-Hill
author and iconoclast
Marshal
note: i have been able to compile a different graphical project, but i cant seem to compile this one.
Jeroen T Wenting
Ranch Hand
Joined: Apr 21, 2006
Posts: 1847
posted
0
This needs to be in the applets forum, as it's clearly a problem with an applet rather than an IDE. Most likely it's a problem with the way the applet tag in the html file used to show it is constructed.