I want to call javascript code from within my Java applet. It seems like netscape.javascript.JSObject is the way to go:
http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/java_js.html 1. Do the maven repositories have this plugin? Or would I have to use my own "plugin.jar" file sitting in my JDK? 2. Since it seems like the Java plugin JRE has the JSObject available, I don't want to include the dependency into my package. Would I just use the following in my POM to compile against the classes, but spare it from being included in my package? < dependency > < groupId >foo < /groupId > < artifactId >bar< /artifactId > < scope >compile< /scope > < /dependency > Thanks everyone! -Vahid Pazirandeh -- View this message in context: http://www.nabble.com/Where-is-dependency-for-netscape.javascript.JSObject--tp14307388s177p14307388.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
