[icedtea-web] fails to build with an older netx.jar on the path

Matthias Klose doko at ubuntu.com
Wed Nov 24 05:16:30 PST 2010


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.




More information about the distro-pkg-dev mailing list