The Java Embedding Plugin's first version had no
dependencies on the JavaPluginCocoa.bundle. But later
versions (0.8.1 and later) do -- to different parts
depending on which version of the JEP you're using and
which version of Java.
I need to revise the Readme to reflect this. Thanks
for pointing it out.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I remove this from my plug-ins folder, I get an error message at startup using both Camino and Mozilla.
2004-08-28 12:19:53.338 Camino[684] loadJavaPluginCocoa: Couldn't load /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
### MRJPlugin: JavaVM created. ###
/Applications/Camino.app/Contents/MacOS/Camino: can't map file: /Library/Internet Plug-Ins/Java Applet.plugin ((os/kern) invalid argument)
java.lang.UnsatisfiedLinkError: getProxyConfigURL
at sun.plugin.net.proxy.MacOSXProxyConfig.getProxyConfigURL(Native Method)
at sun.plugin.net.proxy.MacOSXProxyConfig.getBrowserProxyInfo(MacOSXProxyConfig.java:30)
at sun.plugin.net.proxy.PluginProxyManager.reset(PluginProxyManager.java:108)
at sun.plugin.AppletViewer.initEnvironment(AppletViewer.java:565)
at jep.MyJavaRunTime.initJavaRunTime(MyJavaRunTime.java:20)
at jep.AppletHolderFactory.initProperties(AppletHolderFactory.
From the readme, it sounds like I should not need this.
The Java Embedding Plugin's first version had no
dependencies on the JavaPluginCocoa.bundle. But later
versions (0.8.1 and later) do -- to different parts
depending on which version of the JEP you're using and
which version of Java.
I need to revise the Readme to reflect this. Thanks
for pointing it out.