Re: Off Topic: Instalation of Visual Age

1999-06-23 Thread Anonymous
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: #

JDK 1.2 and RedHat 6.0

1999-06-23 Thread Anonymous
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

JDK 1.2 and RedHat 6.0

1999-06-23 Thread Anonymous
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

Re:Re: ServletEngine for linux

1999-06-23 Thread Anonymous
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

Arithmetic bug in Linux JDK 1.1.7v3

1999-06-23 Thread Matt Welsh
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

Re: ServletEngine for linux

1999-06-23 Thread Anonymous
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

Re: ServletEngine for linux

1999-06-23 Thread Anonymous
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

libsunwjit permissions problem

1999-06-23 Thread Stewart Allen
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

Re: idltojava for Linux

1999-06-23 Thread Nathan Meyers
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

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
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

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
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

Re: ServletEngine for linux

1999-06-23 Thread Anonymous
>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

idltojava for Linux

1999-06-23 Thread Anonymous
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

Re: sunwjit

1999-06-23 Thread Anonymous
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

Re: Java 1.2 pre2 and SMP?

1999-06-23 Thread Anonymous
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

Re: sunwjit

1999-06-23 Thread Anonymous
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

SDK 2 on alpha

1999-06-23 Thread Andre Vetter
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]

Re: sunwjit

1999-06-23 Thread Anonymous
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

Re: JNI to choose? 1.0 or 1.1 JDK

1999-06-23 Thread Anonymous
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

Re: Java 1.2 pre2 and SMP?

1999-06-23 Thread Anonymous
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

Re: sunwjit

1999-06-23 Thread Anonymous
"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

Re: ServletEngine for linux

1999-06-23 Thread Anonymous
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

java-linux digest

1999-06-23 Thread Anonymous
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

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
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

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
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

JNI to choose? 1.0 or 1.1 JDK

1999-06-23 Thread Anonymous
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

idl2java

1999-06-23 Thread Anonymous
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]

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
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

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
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

RE: ServletEngine for linux

1999-06-23 Thread Anonymous
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

ServletEngine for linux

1999-06-23 Thread Anonymous
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

sunwjit

1999-06-23 Thread Anonymous
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