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

2003-06-01 Thread Daniel Bonniot
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 Java source files which can be compiled again. Have you tried it?

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

2003-06-01 Thread Ivo Danihelka
On Sat, 2003-05-31 at 14:37, Elie De Brauwer wrote: Is there any good tool capable of decompiling compiled classes back to java sourcecode ? I remember I once use such a tool (way ago in windows ages but i can't remember the name), I tried some searches on google and freshmeat but I didn't

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

2003-06-01 Thread Elie De Brauwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 31 May 2003 15:41, Ivo Danihelka wrote: On Sat, 2003-05-31 at 14:37, Elie De Brauwer wrote: Is there any good tool capable of decompiling compiled classes back to java sourcecode ? I remember I once use such a tool (way ago in windows

Re: uploading mpkg-j2sdk

2003-06-01 Thread Hubert Schmid
On Sat, 31 May 2003, Jan Schulz wrote: * Hubert Schmid [EMAIL PROTECTED] wrote: [mpkg-j2sdk] Would you mind also providing 'j2re1.(4|3)' and would it be possible to extend your script to JREs as well? I am currently not sure about this. There are two possibilities: - the 'blackdown way':

Re: uploading mpkg-j2sdk

2003-06-01 Thread Matt Zimmerman
On Sat, May 31, 2003 at 09:32:13PM +0200, Hubert Schmid wrote: On Sat, 31 May 2003, Jan Schulz wrote: * Hubert Schmid [EMAIL PROTECTED] wrote: [mpkg-j2sdk] Would you mind also providing 'j2re1.(4|3)' and would it be possible to extend your script to JREs as well? I am currently not

Re: uploading mpkg-j2sdk

2003-06-01 Thread Arnaud Vandyck
Hubert Schmid [EMAIL PROTECTED] wrote: On Sat, 31 May 2003, Jan Schulz wrote: * Hubert Schmid [EMAIL PROTECTED] wrote: [mpkg-j2sdk] Would you mind also providing 'j2re1.(4|3)' and would it be possible to extend your script to JREs as well? I am currently not sure about this. There

Re: uploading mpkg-j2sdk

2003-06-01 Thread Joris
* Hubert Schmid [EMAIL PROTECTED] wrote: [mpkg-j2sdk] Would you mind also providing 'j2re1.(4|3)' and would it be possible to extend your script to JREs as well? I am currently not sure about this. There are two possibilities: - the 'blackdown way': four packages are created from

Re: uploading mpkg-j2sdk

2003-06-01 Thread Jan Schulz
* Hubert Schmid [EMAIL PROTECTED] wrote: - the 'blackdown way': four packages are created from the binary Java2 SDK: - or build different packages from the Java2 RE and the Java2 SDK binary archives, i.e: As you have already downloaded the archiv, I wouldn't mind this: If its a JDK,

Re: uploading mpkg-j2sdk

2003-06-01 Thread T. Alexander Popiel
In message: [EMAIL PROTECTED] Hubert Schmid [EMAIL PROTECTED] writes: On Sat, 31 May 2003, Jan Schulz wrote: - the 'blackdown way': four packages are created from the binary Java2 SDK: [...] - or build different packages from the Java2 RE and the Java2 SDK binary archives,

Re: uploading mpkg-j2sdk

2003-06-01 Thread Takashi Okamoto
From: Hubert Schmid [EMAIL PROTECTED] Subject: Re: uploading mpkg-j2sdk Date: Sat, 31 May 2003 21:32:13 +0200 (CEST) - the 'blackdown way': four packages are created from the binary Java2 SDK: I agree this way because j2re is subset of j2sdk though others mentioned already. regards,

Re: uploading mpkg-j2sdk

2003-06-01 Thread Hubert Schmid
On Sat, 31 May 2003, T. Alexander Popiel wrote: In message: [EMAIL PROTECTED] Hubert Schmid [EMAIL PROTECTED] writes: * j2sdk: Development Kit and Runtime Environment Provides: java-virtual-machine, java2-runtime, java-compiler, java2-compiler, j2re

Package javax.ejb does not exist !

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

Re: uploading mpkg-j2sdk

2003-06-01 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-daemon-light

Re: Package javax.ejb does not exist !

2003-06-01 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't

Re: Package javax.ejb does not exist !

2003-06-01 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 didn't

/usr/include/jni.h

2003-06-01 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.