Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Aditi Msc   on Aug 21 In Java Category.

  
Question Answered By: Angelica Ramos   on Aug 21

Well, I can now answer my own question, which is always best. The
Java VM in a browser may or may not honor the client  CLASSPATH.
Apparently the MS JIT java  VM does, and the Sun 1.4.2 plug-in does
not. The latter can be manipulated by using a -classpath <dir>
option in the runtime parameters of the Java Plug-in Control Panel.
However, 1.4.2 does not appear to recognize that the applet  is local
to the client and therefore safe. Rather one must explicitly permit
it via the .java.policy file. That in turn means I no longer have to
make it local, but can give it permissions on the server  URL.

Share: 

 
 
Didn't find what you were looking for? Find more on Baffled by local applet in J2 1.4.2 Or get search suggestion and latest updates.


Tagged: