Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FTP Applet with JDK1.1.8, Appletwiever

843807Mar 17 2004 — edited Dec 17 2004
Hello 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 !!



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2005
Added on Mar 17 2004
6 comments
108 views