I have also unziped/untared it in /usr/local and then chown -R user where user
is the user you want to run it under, then move the vajide script to ~user/bin
and edit that script to give the full path to /usr/local/dir_where_you_put_vaj.
Here is my edited script:
#
Whenever I try to run any of the demos in demo/jfc/*, such as SwingSet, I
get the following error:
Error loading L&F: java.lang.IllegalArgumentException: Raster
IntegerInterleavedRaster: width = 64 height = 64 #Bands = 3 #DataElements
1 xOff = 0 yOff = 0 dataOffset[0] 0 is incompatible with Color
Whenever I try to run any of the demos in demo/jfc/*, such as SwingSet, I
get the following error:
Error loading L&F: java.lang.IllegalArgumentException: Raster
IntegerInterleavedRaster: width = 64 height = 64 #Bands = 3 #DataElements
1 xOff = 0 yOff = 0 dataOffset[0] 0 is incompatible with Color
Try mySQL. It also has JDBC type-4 support and works beatifully as well.
Of course Apache JServ is beatiful too.
Steve Nguyen
KBMail Software & Service Provider
http://www.kbmail.com
Original message
Date: Thu, 24 Jun 1999 03:19:20 +0100
From: Rachel Greenham <[EMAIL PROTECTED
The following program causes the Linux JDK 1.1.7v3 to crash with a
SIGFPE. This is because the x86 causes an arithmetic exception when
you divide 0x8000 by -1; the JVM spec, however, says that the result
of this should be 0x8000 with NO exception thrown. (The fix is to catch
the SIGFPE a
Jaco de Groot wrote:
>
> Mark Minnoye wrote:
> >
> > Hi All,
> >
> > I'm not a real linux-user, but i am a java-developer. I'm looking for a
> > good (and cheap) servletEngine for Linux. Could you be so nice to give me
> > some advise please?
> > I'm also looking for some (native if possible) J
Mark Minnoye wrote:
>
> Hi All,
>
> I'm not a real linux-user, but i am a java-developer. I'm looking for a
> good (and cheap) servletEngine for Linux. Could you be so nice to give me
> some advise please?
> I'm also looking for some (native if possible) JDBC-drivers for
> M$SQL-server, Sybase
The glibc2.0 distribution contains incorrect permissions for
the jre/lib/i386/libsunwjit.so file. chmod it to 444 or 555
and the jit will magically start working :)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subjec
Jon Olson wrote:
>
> Seems that Sun isn't really on the Java bandwagon yet. `idltojava' is only
> available as sparc or Windows binaries and is actually written in C++, yacc,
> and lex. Makes it real difficult to do anything with Sun's CORBA implementation
> on Linux ;^(
Well, you know, *someo
On Wed, 23 Jun 1999 10:19:13 -0700 (PDT), Calvin Austin wrote:
>
>I would just like to set some facts straight.
>
>1. Anyone can get the full java 2 source for research, evaluation and
>internal use (which roughly equates to the previous non-commerical license
>before). You couldn't get the full
I would just like to set some facts straight.
1. Anyone can get the full java 2 source for research, evaluation and
internal use (which roughly equates to the previous non-commerical license
before). You couldn't get the full source without this license before
Java 2. SCSL means that you can use
>I'm not a real linux-user, but i am a java-developer. I'm looking for a
>good (and cheap) servletEngine for Linux. Could you be so nice to give me
>some advise please?
I've been using JServ on Linux and NT for about 6 months now. It's free and
stable, and the community support via the mailing
Seems that Sun isn't really on the Java bandwagon yet. `idltojava' is only
available as sparc or Windows binaries and is actually written in C++, yacc,
and lex. Makes it real difficult to do anything with Sun's CORBA implementation
on Linux ;^(
--
Jon Olson, Modular Mining Systems
3
Rachel Greenham wrote:
>
> Nathan Meyers wrote:
> >
> > "Nolte, Holger" wrote:
> > >
> > > Hi,
> > > what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell
> > > me where to get it ?
> >
> > Yes. It's bundled with JDK1.2/JRE1.2.
>
> However, it continues to not be detected
Jim Jensen wrote:
>
> Check to make sure the permissions of jre/lib/i386/libsunwjit.so are
> 0775 - it appears that some of the glibc2.0 jdk1.2pre2 did not have
> this set properly (see mail attached below).
I wasn't on the list at that time, but earlier today I figured that out
myself, and it's
Rachel Greenham wrote:
>
> Nathan Meyers wrote:
> >
> > "Nolte, Holger" wrote:
> > >
> > > Hi,
> > > what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell
> > > me where to get it ?
> >
> > Yes. It's bundled with JDK1.2/JRE1.2.
>
> However, it continues to not be detected
Hi,
does anybody know if a SDK 2 implementation for
Linux on Alpha is available?
Andre Vetter
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Nathan Meyers wrote:
>
> "Nolte, Holger" wrote:
> >
> > Hi,
> > what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell
> > me where to get it ?
>
> Yes. It's bundled with JDK1.2/JRE1.2.
However, it continues to not be detected during startup.
--
Rachel
Hi,
I cannot answer your questions directed to the porting team, but I would
strongly recommend the 1.1/1.2 JNI model (there are some small
extensions in 1.2). There are two major reasons:
1. libraries using the 1.1 model are to some extend portable between
platforms and should be fully portable
Check to make sure the permissions of jre/lib/i386/libsunwjit.so are
0775 - it appears that some of the glibc2.0 jdk1.2pre2 did not have
this set properly (see mail attached below).
-Jim
-
Sender: [EMAIL PROTECTED]
Date: Sat, 05 Jun 1999 15:44:45 -0700
From: Nathan Meyers <[EMAIL
"Nolte, Holger" wrote:
>
> Hi,
> what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell
> me where to get it ?
Yes. It's bundled with JDK1.2/JRE1.2.
Nathan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
w
Mark Minnoye wrote:
>
> Hi All,
>
> I'm not a real linux-user, but i am a java-developer. I'm looking for a
> good (and cheap) servletEngine for Linux. Could you be so nice to give me
> some advise please?
LiveSoftware's JRun can be used freely for noncommercial purposes (and
will be included
Did the digests for this mailing list get nuked while I wasn't looking?
I haven't gotten a digest since Volume 99 : Issue 222 last Friday?
Later,
Ted
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscri
Please return a long/64 bits Window address. Lemme know what gets stored in in the
java int valiable "lets_store_a_32_bit_address", which has the capacity to store 32
bits. I'm sorry, I thought a fairly simply program sample would demonstrate it best.
While ur pondering this porting delima, may
I'd much perfer that you private porting club become public. Ur hiding behind
the NDA, just makes u appear to be in the marketeering pockets os SUN. This
can be exemplified by the way that the JDK 1.2 release announcement was made
by SUN before any announcements on the normal channels at blackdow
Hey all,
This is particularly aimed at people in the porting team and others
with source access.
Does anyone know how AWT performs callbacks? Particularly of interest
is the API used. Is
this the JDK 1.0 or JDK 1.1 JNI model being used. I never got
the 1.1 JNI callbacks to work
but the 1.0 works
Hi,
I would like to jdk1.2 to CORBA programming.
But I cannot find any sign of the idl2java compiler.
Does it exist? And if yes, where can I find it?
Sincerely
Marton ZSENEI
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
On Tue, 22 Jun 1999 07:01:05 -0400, Uncle George wrote:
>1) I am not a member of java-linux-porting@blackdown. They are a private
> porting club.
You have been invited to be part of the effort. The "private" part
comes from the fact that we had to sign NDA/Contracts so that we could
start wor
Jeff Galyan <[EMAIL PROTECTED]> writes:
> And your point is...?
That you're an asshole with a long signature
--
Jan-Henrik Haukeland
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Con
Hi Mark,
give jo! (http://www.webapp.de) a try!
jo! is a small but powerfull web server with servlet-engine.
It was the first web server that supported the Servlet API 2.1.
Regards, Michael
---
E-Mail: [EMAIL PROTECTED]
-Original Message-
From: Mark Minnoye [mailto:[EMAIL PROTECTED]]
S
Hi All,
I'm not a real linux-user, but i am a java-developer. I'm looking for a
good (and cheap) servletEngine for Linux. Could you be so nice to give me
some advise please?
I'm also looking for some (native if possible) JDBC-drivers for
M$SQL-server, Sybase, oracle & informix.
Any help would b
Hi,
what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell
me where to get it ?
Thanks
Holger
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE
32 matches
Mail list logo