Re: Java AWT for Debian?

2003-06-02 Thread Arnaud Vandyck
Matt Zimmerman <[EMAIL PROTECTED]> wrote: > On Mon, Jun 02, 2003 at 07:54:38PM +0200, Juergen Kreileder wrote: > > > [EMAIL PROTECTED] writes: > > > cat > Test.java << EOF > > > class Test { > > > public static void main(String[] args) { > > > Test0.foo(); > > >

Re: Java AWT for Debian?

2003-06-02 Thread Matt Zimmerman
On Mon, Jun 02, 2003 at 02:09:28PM -0700, T. Alexander Popiel wrote: > In message: <[EMAIL PROTECTED]> > Matt Zimmerman <[EMAIL PROTECTED]> writes: > >Doesn't it also require an import statement? > > No. Import statements are syntactic sugar allowing you to use > the unqualified cl

Re: Java AWT for Debian?

2003-06-02 Thread T. Alexander Popiel
In message: <[EMAIL PROTECTED]> Matt Zimmerman <[EMAIL PROTECTED]> writes: >On Mon, Jun 02, 2003 at 07:54:38PM +0200, Juergen Kreileder wrote: > >> [EMAIL PROTECTED] writes: >> > cat > Test.java << EOF >> > class Test { >> > public static void main(String[] args) { >> >

Re: Java AWT for Debian?

2003-06-02 Thread Matt Zimmerman
On Mon, Jun 02, 2003 at 07:54:38PM +0200, Juergen Kreileder wrote: > [EMAIL PROTECTED] writes: > > cat > Test.java << EOF > > class Test { > > public static void main(String[] args) { > > Test0.foo(); > > new java.awt.Button(); > > new ja

Re: Java AWT for Debian?

2003-06-02 Thread Juergen Kreileder
[EMAIL PROTECTED] writes: > At 19:54 02/06/2003 +0200, Juergen Kreileder wrote: >>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 ? Not really. The debs just contain it in an installation scrip

Re: Java AWT for Debian?

2003-06-02 Thread José Luis Tallón
At 19:54 02/06/2003 +0200, Juergen Kreileder wrote: [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; }

Re: Java AWT for Debian?

2003-06-02 Thread José Luis Tallón
At 19:29 02/06/2003 +0200, Daniel Bonniot wrote: cat > Test0.java << EOF class Test0 { static int foo { return 0; } } EOF I don't believe this is valid Java source, because of missing parentheses. It should be: ... static int foo () { return 0; } Obviously not valid -- My fault . The or

Re: Java AWT for Debian?

2003-06-02 Thread Juergen Kreileder
[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 > Te

Re: Java AWT for Debian?

2003-06-02 Thread Daniel Bonniot
cat > Test0.java << EOF class Test0 { static int foo { return 0; } } EOF I don't believe this is valid Java source, because of missing parentheses. It should be: ... static int foo () { return 0; } ... What error message do you get with the various compilers? Daniel

Re: Java AWT for Debian?

2003-06-02 Thread José Luis Tallón
At 17:17 02/06/2003 +0200, Arnaud Vandyck wrote: José Luis Tallón <[EMAIL PROTECTED]> wrote: > Hi all Hi! > Regarding my recently packaged "webCDwriter" [ > http://wwwhomes.uni-bielefeld.de/jhaeger/webCDwriter/ ], i have found > *the* problem: It needs AWT to be compi

/usr/include/jni.h

2003-06-02 Thread Adam Heath
The above file is included in sablevm1-dev, libgcj3-dev, and libgcj4-dev. Kaffe has it at /usr/lib/kaffe/include/jni.h. gcc-snapshot has it at /usr/lib/gcc-snapshot/include/jni.h. In discussion with the sablevm maintainer, he maintains that jni.h is a global file, and is not unique to each vm. H

Re: [maybe OT], .class -> .java

2003-06-02 Thread Thomas Fogwill
On Sat, 2003-05-31 at 15:22, Daniel Bonniot wrote: > Hi, > > $ apt-cache search java decompiler > jad - The fast Java Decompiler > $ apt-cache show jad > Description: The fast Java Decompiler > Jad is a Java decompiler, i.e. program that reads one or more Java > class files and converts them into

Re: Package javax.ejb does not exist !

2003-06-02 Thread Ivo Danihelka
On Sun, 2003-06-01 at 19:19, Michael S Daines wrote: > When I try to compile an EJB, I get this message: > > xxx.java:3: package javax.egb does not exist > import javax.ejb.*; > ^ > 1 error > > How do I solve this problem? I tried copying all the j2ee files into the jdk > directory, but this did

Re: Package javax.ejb does not exist !

2003-06-02 Thread David Goodenough
On Sunday 01 June 2003 18:19, Michael S Daines wrote: > When I try to compile an EJB, I get this message: > > xxx.java:3: package javax.egb does not exist > import javax.ejb.*; > ^ > 1 error > > How do I solve this problem? I tried copying all the j2ee files into the > jdk directory, but this didn

Re: uploading mpkg-j2sdk

2003-06-02 Thread T. Alexander Popiel
In message: <[EMAIL PROTECTED]> Hubert Schmid <[EMAIL PROTECTED]> writes: >On Sat, 31 May 2003, T. Alexander Popiel wrote: > >> I don't think you can have a package both provide and conflict with >> the same thing (j2re). > >It works and is often used, e.g. > >$ apt-cache show exim4-d

Package javax.ejb does not exist !

2003-06-02 Thread Michael S Daines
When I try to compile an EJB, I get this message: xxx.java:3: package javax.egb does not exist import javax.ejb.*; ^ 1 error How do I solve this problem? I tried copying all the j2ee files into the jdk directory, but this didn't change anything. msd "More people have died in the n