aspose file tools
The moose likes Applets and the fly likes include Netscape package in CLASSPATH Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "include Netscape package in CLASSPATH" Watch "include Netscape package in CLASSPATH" New topic
Author

include Netscape package in CLASSPATH

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
Hi all
I'm trying to pass parameters from java to javascript,i need to include Netscape package in my CLASSPATH to get JSObject.class.
I uncompressed java40 that comes with Netscape installation and i got JSObject class and i put it in the same directory as my other files(Java & html files).
When i compile the java class i'm getting JSObject class not found.
How can i include that package in my class to get JSObject class.
Thanks alot for your time.
paul wheaton
Trailboss

Joined: Dec 14, 1998
Posts: 19664
    ∞

I include java40.jar in my classpath and everything compiles up just fine.


permaculture forums
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
Would you please tell me what you did,please if you can
tell me how to include it in your path by steps,because when i do that i'm missing something.
Thanks alot for your time.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: include Netscape package in CLASSPATH
 
Similar Threads
ant classs path problem
Applet Communicate with Javascript
open another browser instance.
How to interact with html page in applet without calling javascript function
Where can I find the netscape.javascript package