Hi,
I am using sun's java plugin 1.4.2. Does anybody know if there is a
way to load local classes (i.e. stored under c:\winnt\java\classes)
from within an applet?
To be more precise: I want to load a class from a Website, but this
applet should load other classes that are located on the local machine
itself. I don't want all classes to be remote or to be all local.
I found that you can set the classpath option in the plugin settings,
but it does not seem to work.
Bye
Oliver
Michael Amling - 12 Nov 2003 01:43 GMT
> Hi,
> I am using sun's java plugin 1.4.2. Does anybody know if there is a
[quoted text clipped - 5 lines]
> I found that you can set the classpath option in the plugin settings,
> but it does not seem to work.
The built-in classes are all coming from somewhere on the client
computer. If you put your classes in the same place as java.lang...,
java.net..., etc then the applet should find them in the same manner it
finds the built in classes.
--Mike Amling