[icedtea-web] fails to build with an older netx.jar on the path
Omair Majid
omajid at redhat.com
Wed Nov 24 09:25:00 PST 2010
On 11/24/2010 08:16 AM, Matthias Klose wrote:
> I had an older ./usr/lib/jvm/java-6-openjdk/jre/lib/netx.jar
> installed on the system, then the build fails with:
>
> /scratch/packages/openjdk/web/icedtea-web-1.0~20101124/build/../plugin/icedteanp/java/sun/applet/PluginMain.java:126:
> cannot find symbol
> symbol : method setRedirectStreams(boolean)
> location: class net.sourceforge.jnlp.runtime.JNLPRuntime
> JNLPRuntime.setRedirectStreams(redirectStreams);
> ^
> /scratch/packages/openjdk/web/icedtea-web-1.0~20101124/build/../plugin/icedteanp/java/sun/applet/PluginMain.java:203:
> cannot find symbol
> symbol : method getConfiguration()
> location: class net.sourceforge.jnlp.runtime.JNLPRuntime
> boolean installAuthenticator =
> Boolean.valueOf(JNLPRuntime.getConfiguration()
> ^
>
> looks like the -bootclasspath needs to be set to find the current netx.
>
The netx build sets the bootclasspath correctly, the attached patch does
it for the plugin. Does this fix the issue?
Thanks,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: plugin-set-bootclasspath.patch
Type: text/x-patch
Size: 410 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20101124/35a5491a/plugin-set-bootclasspath.patch
More information about the distro-pkg-dev
mailing list