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

2003-06-03 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: Java AWT for Debian?

2003-06-03 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 -- To UNSUBSC

Re: Java AWT for Debian?

2003-06-03 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-03 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 o

Re: Java AWT for Debian?

2003-06-03 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-03 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-03 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-03 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-03 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-03 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-03 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 2. Juni 2003 18:34 schrieb José Luis Tallón: > > > I tried with gcj-3.2 + libpja-java , to no avail > > > Eclipse packages are currently br0ken in unstable > > > >classpath has some java.awt classes and there is a > > jikes-classpath

Re: Java AWT for Debian?

2003-06-03 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

Re: Java AWT for Debian?

2003-06-03 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 2. Juni 2003 18:34 schrieb José Luis Tallón: > > > I tried with gcj-3.2 + libpja-java , to no avail > > > Eclipse packages are currently br0ken in unstable > > > >classpath has some java.awt classes and there is a > > jikes-classpath

Permissions and Java

2003-06-03 Thread Michael S Daines
I've been having a few problems which are clearly related to permissions and some which may be. For example, when I load an app that creates DB tables, I get a message right away about: Jun 3, 2003 7:18:03 AM java.util.prefs.FileSystemPreferences$3 run WARNING: Could not create system preferences

Re: Permissions and Java

2003-06-03 Thread Wolfgang Bär
Michael S Daines wrote: I've been having a few problems which are clearly related to permissions and some which may be. For example, when I load an app that creates DB tables, I get a message right away about: Jun 3, 2003 7:18:03 AM java.util.prefs.FileSystemPreferences$3 run WARNING: Could not cr

mpkg-j2sdk and Sun's license (was: uploading mpkg-j2sdk)

2003-06-03 Thread Hubert Schmid
Hi, I have read the license agreements of the Java(TM) 2 SDK, Standard Edition 1.4.1_03 and Java(TM) 2 Runtime Environment, Standard Edition 1.4.1_03. Most parts of the agreements are about distribution. There is only one problem. The first paragraph of the supplemental license terms says: [..]