[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Java AWT for Debian?



At 19:54 02/06/2003 +0200, Juergen Kreileder wrote:
jltallon@adv-solutions.net 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.


Reply to: