Re: linux port of JSDK2.0 ?

1999-11-17 Thread schen
On Wed, 17 Nov 1999 [EMAIL PROTECTED] wrote: > I'm looking, but I don't see a linux port of JSDK2.0. JSDK1.0 is > avaliable from javasoft but the 2.0 version is only avaliable to win and > solaris. > > Has anyone found a way to use this 2.0 version on linux? Yes, just download the version f

Re: A Java parser

1999-11-17 Thread schen
On Wed, 17 Nov 1999, Kontorotsui wrote: > Suppose I want to do a tool that parses the java code and modifies it. > > What do you advice me to use? Are there java parsers for Linux? > If the answer is negative, what can I use? Perl (*groan*)? www.antlr.org is a Java parser/lexer suite that com

Re: What JDK version can run j2ee?

1999-11-10 Thread schen
Hi all, On Wed, 10 Nov 1999, Nathan Meyers wrote: > On Thu, Nov 11, 1999 at 12:25:14PM -, [EMAIL PROTECTED] wrote: > > Hi, all: > > On Sun's site, I find to run j2ee must under jdk 1.2.2, but > > on linux, the blackdown jdk version is jdk1.2prev2, how this version > > compare to jdk1.2.2

Re: off topic (code problem)

1999-11-02 Thread schen
On Tue, 2 Nov 1999, Yohans Mendoza wrote: > here's the piece, plese help > > public STable(Vector fieldsv, Vector rowsv) > { > originalRows = (Vector)rowsv.clone(); > rows = (Vector)rowsv.clone(); > ... > } > now, the problem is that when

Re: Java 2D on Linux - font weirdness

1999-10-28 Thread schen
Hi, Robbie, everyone, On Wed, 27 Oct 1999, Robbie Baldock wrote: > I'm having a weird problem with a GIF-generating Java 2 app I'm > running on Linux. I'm calling the Java app from a Perl script (don't > ask!) with a line like: > > system "java XYZ myarguments"; > > When I run this from the

Re: Problems with an external library which use pthread

1999-10-28 Thread schen
Hi Nathan, everyone, On Thu, 28 Oct 1999, Nathan Meyers wrote: > Something in this mail sounds like a disconnect. The pthread API > implementation bundled with current Linux releases (it actually comes > as part of glibc) uses the native Linux threading facility... it's what > the JDK itself use

Re: Problems with an external library which use pthread

1999-10-28 Thread schen
Hi Stephane, everyone, On Thu, 28 Oct 1999, Stephane Letz wrote: > I'm trying to port a C library which use pthread with the Blackdown JDK > 1.1.7 on Linux. Bad idea. All pthread implementations I know of, along with green threads in the JDK, and native threads, mess around with the signal ha

Re: mailto-protocol and it´s result: UnknownHostExceptionmailhost or ConnectionRefused

1999-10-26 Thread schen
To clarify: As the usage in the program says, you're supposed to run the program like this: java SendMail As Juergen said, evidently you are not specifying the correct server name so it defaults to "mailhost" which doesn't exist for you. It probably worked on the Sparc 5 because the SMTP mail

Re: mailto-protocol and it´s result: UnknownHostExceptionmailhost or ConnectionRefused

1999-10-26 Thread schen
Hi Christian, everyone, On Tue, 26 Oct 1999, Christian Kruggel wrote: > Hi Juergen! > > A few days ago you answered my question concerning java´s > mailto-protocol and the exception produced by the appended source: > > java.net.UnknownHostException: mailhost > >Juergen> Sounds like a setu

Re: Version snag

1999-10-25 Thread schen
Hi everyone, On Mon, 25 Oct 1999, Hartnett wrote: > This same package was installed on Solaris and its runtime and works > fine. > > This group seems to be quick to jump on someone if it is not JAVA Linux > related in someone's opinion. I am running Blackdown JAVA 2 on Red Hat > Linux 6, that

Re: Segmentation Fault (JDK12pre2/AWT/RedHat6.0)

1999-10-25 Thread schen
Hi Matt, Sounds suspiciously like you have the wrong jdk1.2pre2 version. Make sure you get the version for glibc2.1. Other than that, you might want to disable the JIT and run green threads: java -green -Djava.compiler= . . . Sean. --

Re: Jar file Access to images

1999-10-18 Thread schen
On Mon, 18 Oct 1999, Robert Simmons wrote: > I have an application that I intend to package as a jar, with its images in > the Jar. How do I construct a URL object to load those images into IconImage > instances from the LOCAL jar file (ie, the file the program is running in.) > Further, is there

Re: JDBC problem!

1999-10-01 Thread schen
On Thu, 30 Sep 1999, ALPESH KOTHARI wrote: > Hello, > > What you told is perfectly true. But in my case it is > a different story! When I read only characters then > also it create the problem. To rectify it I have > modified my program and now I am reading only few > characters from the file(

RE: NoClassDefFoundError and RH6.0

1999-09-30 Thread schen
On Thu, 30 Sep 1999, Roll, Greg wrote: > That still yields the same error... I tried that many times too! Sorry, I didn't catch your first email. If it still says class not found, make sure you have CLASSPATH set correctly. Also make sure your PATH is set to include the bin directory under t

Re: JDBC problem!

1999-09-30 Thread schen
Hi Alpesh, everyone, On Wed, 29 Sep 1999, ALPESH KOTHARI wrote: > I have written one program in java2 to write the data > in postgresql. I am storing one integer and one string > in the database. When i read the string from the file > it is proper. But when i store it, it gives the > following e

RE: NoClassDefFoundError and RH6.0

1999-09-30 Thread schen
Hi Greg, everyone, On Thu, 30 Sep 1999, Roll, Greg wrote: > Actually yes Is this incorrect? I'm fairly new to the Java thing > but I compile fine with the same steps on a Solaris machine. > > GR > > From: Chris Abbey [mailto:[EMAIL PROTECTED]] > > you didn't by any chance type "java

Re: Java inlining

1999-01-17 Thread schen
Hi, I found my link to the Java preprocessing mechanism, it's called OpenJava. Don't know if it will be any use to the original poster, but I'll throw it out here in case it is: http://www.hlla.is.tsukuba.ac.jp/~mich/openjava/ . . . Sean. -

Re: ibm jdk 118 and apache jserv

1999-01-02 Thread schen
Hi Aaron, everyone, On Thu, 4 Nov 1999, Aaron M. Stromas wrote: > having read how fast the ibm's jvm is i decided to compile apache jserv > with it. unfotunately, i was getting a library load errors, "unsatisfied > symbol: __bzero" in libjava.so. the old trick of defining macro bzero in > term o