FTP Applet with JDK1.1.8, Appletwiever
843807Mar 17 2004 — edited Dec 17 2004Hello i need Help
I want to write an Applet as FTPClient for the Browser.
I want that everyone can use this Client, so i decided to develop it with jdk1.1.8.
(this is possible ?? because of old securitymanagers and other problems ??)
Now i want NetBeans to show this Applet with the AppletViewer from jdk1.1.8 so i can controll that i take the right java classes and doesen�t use newer packages. But every time i want to look i see the error message::
load: class xxxx/Start.class not found.
java.lang.ClassNotFoundException: xxxxx.Start
at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:354)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:456)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:389)
at sun.applet.AppletPanel.run(Compiled Code)
at java.lang.Thread.run(Thread.java:459)
The HTML Code looks like:
...
<APPLET codebase=.. code="klische/Start.class" width=350 height=200></APPLET>
...
Does anybody knows how i can solve this problem ??
I�m sorry for my bad English !!