• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

include Netscape package in CLASSPATH

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Trailboss
Posts: 24082
IntelliJ IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I include java40.jar in my classpath and everything compiles up just fine.
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic