[EMAIL PROTECTED] writes:
> The "offending" code ( in configure ) is this: > ( I am not a Java programmer myself , BTW ) > > ---- 8< ------------------------------ > > cat > Test0.java << EOF > class Test0 { > static int foo { return 0; }
This should be "foo()".
> } > EOF > > cat > Test.java << EOF > class Test { > public static void main(String[] args) { > Test0.foo(); > new java.awt.Button(); > new javax.swing.JButton(); > javax.jnlp.ServiceManager.getServiceNames();
javax.jnlp is in Java Web Start's javaws.jar which isn't in the default classpath.
Is there any already packaged version of WebStart for Debian ?
Where can I download it ? However, I doubt that the autobuilders would get it in that case :-|
> } > } > EOF > > javac Test.java 2> /dev/null && webCDcreator="webCDcreator.jar" > > ---- 8< ------------------------------------
Juergen
Thanks!
Regards,
J.L.
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]