java: package netscape.javascript does not exist, despite having added plugin.jar to the classpath

1.7k views Asked by At

As per the title, I am trying to build my application, however I get thrown the following error: java: package netscape.javascript does not exist

I am getting this error despite the fact that I have already added plugin.jar from my jre installation to the classpath, I have done this using the steps from How to add directory to classpath in an application run profile in IntelliJ IDEA? , though it obviously appears to not have worked in my case.

I'm thinking that I will have to do the classpath changes manually (not through IntelliJ), which is something I am incredibly inexperienced at, and will thus need some guidance...

Thanks for any and all help!

0

There are 0 answers