Re: JAVA FOR LINUX

1998-09-17 Thread Vanga Reddy
Try java.sun.com. You can download language specification as well as an excellent tutorial. Be prepared for a download of about 6 MB. --vpreddy >Received: from 202.54.33.195 by www.hotmail.com with HTTP; > Thu, 17 Sep 1998 01:21:45 PDT >X-Originating-IP: [202.54.33.195] >From: "rajaram pra

Re: Date, TimeZone, Calendar, GregorianCalendar, SimpleTimeZone

1998-09-17 Thread Chris Kakris
On Thu, 17 Sep 1998, Bruce J. Carter wrote: > Any help would be greatly appreciated. This is how I set things for the time zone here in Melbourne Australia. Hope this helps. import java.util.Calendar; import java.util.TimeZone; import java.text.SimpleDateFormat; public class DateTimeThin

Date, TimeZone, Calendar, GregorianCalendar, SimpleTimeZone

1998-09-17 Thread Bruce J. Carter
Greetings Folks, I have a question regarding the Calendar and TimeZone classes. When a TimeZone object is instaniated and getDefault is called it returns GMT time, and any calls for time are based on GMT. The machine is in Alaska and the TZ information is set to Alaska Time. Are we doing somethi

JIT compiler TYA

1998-09-17 Thread Leung Yau Wai
Dear all, I would like to ask do TYA support a JAVA application with native C function call? It seem that I got core dump in this suitation. I would like to confirm it! Thanks! === ¤µ¤Ñ¨ì¦Ñ§Ú¹³¨º¶^¤£¨ì §Ú·Q°µ

could not compile?

1998-09-17 Thread Xintian Hu
Hi,   I have just downloaded the most recent version of jdk, jdk1.1.6v4a, the glibc version.  My machine is running RedHat 5.1 I untarred the archive.  It installed fine.  When I run javac to compile some java code.  It does not do anything.  No error message, no output class file. What i

JDK1.1.6-v2-libc problem.

1998-09-17 Thread Jean-Philippe Couture
Hi. I am experiencing an odd problem with Linux-JDK 1.1.6-v2-libc. When I run, let's say, "java HelloWorldApp" I get a segmentation fault error. Note that I tried 1.1.6-v2-glibc, 1.1.6-v1-glibc too and they did not work, but I figured out why, I only have glibc2.0.6 (1.1.6-v*-glibc requir

Re: javac problem

1998-09-17 Thread Wolfgang Mües
Am Don, 17 Sep 1998 schrieb Calixto Melean: >I knew this was an old one. However, in my case, when I delete those >files, javac does not do anything know. Yes, I type javac >HelloWorldApp.java and I get the prompt back immediately and no class >file, you can even give it a garbage input file and

Re: Font problems with v4b

1998-09-17 Thread Paul Reavis
Vincent Trussart wrote: > > Paul Reavis wrote: > > > I've been running Together/J, and have a couple of problems. > > > > One is I keep getting things like: > > > > Warning: > > Name: textfield > > Class: XmTextField > > Character '.' not supported in font. Discarded. > > > > Try p

Re: Swing & Navigator

1998-09-17 Thread Ståle Kirkevaag
remove me from this mailing-list ASAP -Original Message- From: David Wilkinson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 16. september 1998 11:10 Subject: Re: Swing & Navigator >At 08:59 16/05/98 +0200, Paul V. Drobnich wrote: > >>P.S. As for me, Swing-like app

"Undefined symbols" errors when System.loadLibrary is loading shared object file

1998-09-17 Thread satya seshu kumar dammu
CC: [EMAIL PROTECTED] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable subject: = "Undefined symbols" errors when System.loadLibrary is loading shared obje= ct file 1. synopsis of the problem - HelloWorld.java

Re: Can't find jdk1.1.6v4

1998-09-17 Thread K.R. Foley
Dirk Steinkopf wrote: > Hello, > > all mirrors that I have checked only contain jdk1.1.6v2 and earlier. > But http://www.blackdown.org/java-linux/ports.html tells me about v4. > > Thank you very much, > > Dirk > > P.S. I am waiting for a new version because I have some Java crashes > (seg.vi

"Undefined symbols" errors when System.loadLibrary is loading shared object file

1998-09-17 Thread satya seshu kumar dammu
  subject: "Undefined symbols" errors when System.loadLibrary is loading shared object file 1. synopsis of the problem - HelloWorld.java  -- import java.lang.*; class HelloWorld { public native void displayHelloWorld( int cce);

Re: Font problems with v4b

1998-09-17 Thread Vincent Trussart
Paul Reavis wrote: > I've been running Together/J, and have a couple of problems. > > One is I keep getting things like: > > Warning: > Name: textfield > Class: XmTextField > Character '.' not supported in font. Discarded. > Try preloading /lib/libBrokenLocale.so when launching Toge

Re: OS/2 JVM three times faster than others!?

1998-09-17 Thread Michael Sinz
On Thu, 17 Sep 1998 02:08:00 +, Dan Kegel wrote: >Check out >http://www.infoworld.com/cgi-bin/displayTC.pl?/980914analysis.htm > >It shows OS/2's latest JVM to be *three times* faster than >any other. (They haven't tried Blackdown's v4a yet; they only >used v2.) > >Perhaps the Blackdown team

Re: MS Access....

1998-09-17 Thread K.R. Foley
Keith T. Garner wrote: > On Thu, Sep 17, 1998 at 10:56:18, Trevor Harmon said: > > I don't know about Access, but I have been using Sybase's jConnect (a > > pure-Java JDBC driver) under Linux for some time now with great success. > > You might want to try getting your ISP to switch from Access to

Re: Help of Setting up java for Linux

1998-09-17 Thread Michael Sinz
On Thu, 17 Sep 1998 14:03:25 +0800, Ong Choon Seng wrote: >Hi, > >I have install the rpm package (jdk-sbb-1.1.6-4a.glibc.i386.rpm) from redhat's ftp on >my rh5.1 system but have problem running classes. > >I am very now to this environment so any help would be greatly appreciated. > >I know that

Re: missing lib

1998-09-17 Thread Wim Ceulemans
>I am trying to get an implementation of java 1.1.5 or .6 up and running on >a linux system that is a bit off-center. the error message is > > >/bin/i686/green_threads/java: can't load library 'libX11.so.6' > >but the libX11.so.6 is there as a link to libX11.so.6.1 which is the same >as the other

Re: MS Access....

1998-09-17 Thread Keith T. Garner
On Thu, Sep 17, 1998 at 10:56:18, Trevor Harmon said: > I don't know about Access, but I have been using Sybase's jConnect (a > pure-Java JDBC driver) under Linux for some time now with great success. > You might want to try getting your ISP to switch from Access to Sybase. > After all, mixing ju

Re: MS Access....

1998-09-17 Thread Trevor Harmon
I don't know about Access, but I have been using Sybase's jConnect (a pure-Java JDBC driver) under Linux for some time now with great success. You might want to try getting your ISP to switch from Access to Sybase. After all, mixing just about anything from Microsoft with either Linux or Java is

help: importing interfaces and classes with conflicting names (not really!)

1998-09-17 Thread Alistair Bayley
OK. Can someone please explain this to me. I'm getting the compile error: > Class x not found in type declaration. This occurs when I have one package that defines a public interface and another package which implements this interface with a private class of the same name. For example: file a

Can't find jdk1.1.6v4

1998-09-17 Thread Dirk Steinkopf
Hello, all mirrors that I have checked only contain jdk1.1.6v2 and earlier. But http://www.blackdown.org/java-linux/ports.html tells me about v4. Thank you very much, Dirk P.S. I am waiting for a new version because I have some Java crashes (seg.violation) which get less in every release

Font problems with v4b

1998-09-17 Thread Paul Reavis
I've been running Together/J, and have a couple of problems. One is I keep getting things like: Warning: Name: textfield Class: XmTextField Character '.' not supported in font. Discarded. Warning: Name: textfield Class: XmTextField Character 't' not supported in font.

My jdk116 for ALPHA not just ready - those libs kill me

1998-09-17 Thread Uncle George
interesting stuff those libraries. i got back the jdk116 et al from the web site , and on a freshly installed redhat 5.0, was also not able to run the jdk. big time :(( i also notice that redhat 5.0 has glibc 2.0.5, where in development i was using 2.0.7 :( hummm stay tuned gat Paul Chapman

Re: javac problem

1998-09-17 Thread K.R. Foley
Calixto Melean wrote: > I knew this was an old one. However, in my case, when I delete those > files, javac does not do anything know. Yes, I type javac > HelloWorldApp.java and I get the prompt back immediately and no class > file, you can even give it a garbage input file and it will not compla

MS Access....

1998-09-17 Thread Molenda, Mark P
Has anyone out there used a JDBC dirver or ODBC driver on Linux to access a Microsoft Access file (mdb file)? Where can I get it? We are trying to setup an ISP's WebServer to handle Access databases on Linux.

missing lib

1998-09-17 Thread David_D_Winfield
Folks: I am trying to get an implementation of java 1.1.5 or .6 up and running on a linux system that is a bit off-center. the error message is /bin/i686/green_threads/java: can't load library 'libX11.so.6' but the libX11.so.6 is there as a link to libX11.so.6.1 which is the same as the

Re: javac problem

1998-09-17 Thread Calixto Melean
I knew this was an old one. However, in my case, when I delete those files, javac does not do anything know. Yes, I type javac HelloWorldApp.java and I get the prompt back immediately and no class file, you can even give it a garbage input file and it will not complain or do anything. Any idea? BT

Re: OS/2 JVM three times faster than others!?

1998-09-17 Thread Michael Sinz
On Thu, 17 Sep 1998 05:29:19 +, Dan Kegel wrote: >Dan Kegel wrote: >> >> Check out >> http://www.infoworld.com/cgi-bin/displayTC.pl?/980914analysis.htm >> >> It shows OS/2's latest JVM to be *three times* faster than >> any other. (They haven't tried Blackdown's v4a yet; they only >> used

Re: javac problem

1998-09-17 Thread Michael Sinz
On Thu, 17 Sep 1998 09:45:55 +0100, Matt Zagni wrote: >Mats, > >I have the same problem when I try to install netbeans. >you mentioned that to over come this problem I should > >> This is an old one delete (or rename) the libc.so* and /or libdl.so* > >Are these major lib's and what other app

JDK 1.1.6v4

1998-09-17 Thread rajaram
WHERE IS JDK 1.1.6v4 ,I COULD GET ONLY JDK 1.1.6v2

Re: javac problem

1998-09-17 Thread Matt Zagni
Mats, I have the same problem when I try to install netbeans. you mentioned that to over come this problem I should > This is an old one delete (or rename) the libc.so* and /or libdl.so* Are these major lib's and what other applications will the above impact ? Is there another way of corr

Re: javac problem

1998-09-17 Thread Mats Petersson
On Wed, 16 Sep 1998, Calixto Melean (Personal) wrote: > I installed the corresponding jdk in my glibc linux system. the java > command runs fine. however, the compiler (javac) gives me the following > errors: > > SIGSEGV 11* segmentation violation > > Full thread dump: > Monitor Cache Dump:

Help of Setting up java for Linux

1998-09-17 Thread Ong Choon Seng
Hi, I have install the rpm package (jdk-sbb-1.1.6-4a.glibc.i386.rpm) from redhat's ftp on my rh5.1 system but have problem running classes. I am very now to this environment so any help would be greatly appreciated. I know that you have to setup the classpath option but how do I do that? I wa

Thanks for all the work.

1998-09-17 Thread Michael Hamilton
Being able to use Linux and the JDK at home has made a real difference on recent projects. Michael

Re: OS/2 JVM three times faster than others!?

1998-09-17 Thread Dan Kegel
Dan Kegel wrote: > > Check out > http://www.infoworld.com/cgi-bin/displayTC.pl?/980914analysis.htm > > It shows OS/2's latest JVM to be *three times* faster than > any other. (They haven't tried Blackdown's v4a yet; they only > used v2.) I should mention - the test was run on dual-processor ma