Re: Wrong CLASSPATH

1999-07-29 Thread Chris Abbey
> while (ii < args.lenth ){ // error with this ^^ length is a pseduo-field on array primitives, not a method. lenth is a typo. The compiler will accept one and not the other. :) I'd suggest looking into a more general Java newsgroup, as this has nothing to do wit

Re: Wrong CLASSPATH

1999-07-29 Thread Paul Gearon
> while (ii < args.lenth ){ // error with this I don't know if this is just a typo or not, but you should be looking at args.length, not args.lenth Regards, Paul Paul Gearon [EMAIL PROTECTED] Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum immane mittam. (Tr

re: wrong CLASSPATH : IGNORE

1999-07-29 Thread Jonathan C. Webster
Hi , Sorry for the post. I'm blind tonight . All is well. Jonathan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Wrong CLASSPATH

1999-07-29 Thread Jonathan C. Webster
Hi, I just put up jdk117_v3 on a Linux box running RH5.2. My first tests have been examples from David Flanagan: JAVA Examples. All was well until I tried to use a method snip--- /** *Echo.java *java implementation of simplest "echo". * from java examples **/ //

Checking memery leak tools on Linux?

1999-07-29 Thread gaolei
Hello, everybody, Would you like recommend some runtime tools for checking the memory leak of a Java application? Better it will also indicate which part of the program introducing the memory leak.( say it will indicate that the JNI part ) Thanks in advance. Gao Lei.

TimeZone problems

1999-07-29 Thread Spectron International, Inc.
How do I change the daylight savings time. Is there an export I have to add. My zone is EST but without daylight savings time. I changed in Linux but Java still sees it the TimeZone.toString() returns the following: java.util.SimpleTimeZone[ id=EST, offset=-1800, dstSavings=360, u

Re: JrunAdmin with no graphics?

1999-07-29 Thread Paul Matthew Reilly
Brent Allsop <[EMAIL PROTECTED]> writes: > Are they saying here I can't use the remote configuration tool > and that I must do all configuration manually if I don't have access > to graphics on the machine? If the remote machine has X installed and you have X on your machine, you should be

JrunAdmin with no graphics?

1999-07-29 Thread Brent Allsop
Folks, I'm trying to get jrun administrator started on my blackdown jdk1.2 on linux redhat 6.0 with Apache. As I've indicated, I have only remote, no graphics access, to this machine. (Although, I believe there is an xserver running on the console of this box.) When I try to

Re: missing include files?

1999-07-29 Thread Nathan Meyers
"James A. Cubeta" wrote: > > sorry if this is a stupid question. > > i've noticed that there are significantly less files in jdk1.2's 'include' > directory from jdk1.1. consequently, i cannot build JNI code that we've > written for 1.1 with 1.2. Look in the include-old subdirectory for the

RE: missing include files?

1999-07-29 Thread Heiko Bobzin
Try to get jdk1.2preV2.tar.bz2 (~20MB) James, There's everything in there to build JNI libs. (I downloaded the wrong part first, too) Don't use the 1.1. includes. Heiko. > -Original Message- > From: James A. Cubeta [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 29, 1999 6:08 PM > To:

missing include files?

1999-07-29 Thread James A. Cubeta
sorry if this is a stupid question. i've noticed that there are significantly less files in jdk1.2's 'include' directory from jdk1.1. consequently, i cannot build JNI code that we've written for 1.1 with 1.2. is there somewhere that i can get the rest of these files? or are they not complete

Re: Cut-n-paste?

1999-07-29 Thread Jan-Henrik Haukeland
Larry Gates <[EMAIL PROTECTED]> writes: > I, too, can get cut-n-paste via Netscape's "Edit/Copy" menu, and then > use Java's java.awt.datatransfer.Clipboard method as described in a > past document on the Java Developer Connection. This is nice, but I > can't paste a highlighted text portion fro

Installing JDK1.2pre_v2

1999-07-29 Thread Nacho Mayorga
Madrid, July 29th 1999 Hi again, As Juergen Kreileder suggested (thank you!) I've downloaded JDK1.2 pre v2 for glibc2.1 and I'm trying to install it. Yeah, it's easy, but I've got a doubt. Namely, when I installed the glibc2.0 version, as I untarred the jre the

Re: Mo' problems with JDK1.2

1999-07-29 Thread Juergen Kreileder
> Nacho Mayorga writes: Nacho> /usr/local/bin/JDK1.2_pre_v2/jdk1.2/bin/javac Nacho> HolaMundo.java Nacho> *** panic: GC: getStickySystemClass failed: java/lang/ref/Reference Nacho> CLASSPATH may be incorrect Nacho> SIGABRT 6* abort (generated by abort(3) rout

Mo' problems with JDK1.2

1999-07-29 Thread Nacho Mayorga
Madrid, July 29th 1999 Hi U all, following the Nagaraj's hint I downloaded JDK1.2pre_v2 (glibc2.0 version), then installed it, checked the libraries it had to use (with ldd), added the lacking references and ldconfiged again. Then I tried to compile the dreary HulloWorld kinda th

Re: memory -mx Option

1999-07-29 Thread Dimitris Vyzovitis
Michael Sinz wrote: > >Not really. > >I have a 256MB machine. > >Even if I set the -mx256M option, the jvm throws OutOfMemory excelption at > >approximately 100 MB of memory usage (according to top) > > Well, what was it trying to do. The JVM is actually rather poor at > picking why it throws Ou