Hello all,
This is a question from a JAVA noob.
I have eclipse open (JRE 1.6), I have copied this code into an eclipse class: http://bit.ly/WLntN
The line in question is this:
import netscape.javascript.JSObject;
Eclipse is complaining that the import can not be resolved. I read that in the docs that the Java Plug-In comes as standard and contains the above. I assumed I don't need any extra JAR files. Is this true?
Or do I need to download something to make use of JSObject?
Thanks all