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
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
[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
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
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; }
[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
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
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) {
>> >
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
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();
> > >
-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
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
-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
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
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
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:
[..]
16 matches
Mail list logo