Re: javac (jdk1.1.5) exiting without compiling

1998-08-22 Thread Zhichao Hong
Vanga: I think you need to include the classes.zip in your class path as (if you are not using csh): "export CLASSPATH=/usr/local/jdk1.1.5/lib/classes.zip". You need to do this because the class files of JDK is archieved or zipped in the classes.zip file. You can NOT unzip this file b

javac (jdk1.1.5) exiting without compiling

1998-08-22 Thread Vanga Reddy
I am trying to use jdk1.1.5 (jdk1.1.5-v5-libc5) on redhat 5.0. Compiler is exiting with error "Cannot find essential class 'java/lang/Object' in class library... aborting" I defined the CLASSPATH - /usr/local/jdk1.1.5/lib JAVA_HOME - /usr/local/jdk1.1.5 (jdk is unpacked h

JDK1.1.5 Installation

1998-06-24 Thread Dennis Dixon
I am a relatively new Debian (version 1.3) Linux user and am trying to install the package 'jdk1.1.5-v7-libc5.tar.gz' (downloaded from 'ce.usu.edu/pub/mirror/linus/JDK/JDK-1.1.5/i386/libc5/v7/). I put '/usr/local/jdk1.1.5/bin' in my path in '/root/.bash_pr

JDK1.1.5 thrashing

1998-06-18 Thread Scot P. Floess
Hi! I was wondering if anyone has had this problem?I have been having problems running more than one JVM under RedHat Linux 5.0. I downloaded the JDK 1.1.5 from Blackdown and installed it fine. When I run more than one version of the JVM, the machine thrashes so badly that any java programs

R: JDK1.1.5 with RedHat

1998-06-11 Thread Alessandro La Ciura
If it could help: I've a redhat 5.0, the libc version of jdk115v7 seems to work properly. In order to get also the glibc version to work, i have installed the glibc RPM unpgrade, from the red hat site. I installed it with the command rpm -U. After this, my jdk works perfectly , even if I only use

JDK1.1.5 with RH 5.0 (yet another)

1998-06-11 Thread Gearoid Coughlan
Hi, Ok heres what happened me upon installing jdk1.1.5.rpm in the wee ours of last night. First of all Ive got the latest glibc libs (1)glibc-2.0.7-13 (2)glibc-devel-2.0.7-13 Now when I go to run java/javac It dont core-dump it complains that it cant find/link to the shared library

Re: JDK1.1.5 with RedHat

1998-06-11 Thread Aaron Baugher
I just finished installing glibc-2.0.7-13, and now my javac (glibc dist, 1.1.6, just got it yesterday) no longer core-dumps. This is a Slackware system, by the way (2.0.30). Aaron -- Aaron Baugher - [EMAIL PROTECTED] Extreme Systems Consulting - http://haruchai.rnet.com/esc/ CGI, Perl, Java, an

Re: JDK1.1.5 with RedHat

1998-06-11 Thread Aaron Baugher
From: Jason Nugent <[EMAIL PROTECTED]> > I'm having the same problem with Redhat 4.2 and the libc version - > my javac dumps core, but java works fine (as does appletviewer). I > suppose it is because of the same problem? Does anyone have the ftp > url for glibc handy at the redhat site? I can't

Re: JDK1.1.5 with RedHat

1998-06-11 Thread Wuff
> > > I'm having the same problem with Redhat 4.2 and the libc version - > my javac dumps core, but java works fine (as does appletviewer). I > suppose it is because of the same problem? Does anyone have the ftp url > for glibc handy at the redhat site? I can't find anyting in that direct

Re: JDK1.1.5 with RedHat

1998-06-11 Thread Jason Nugent
I'm having the same problem with Redhat 4.2 and the libc version - my javac dumps core, but java works fine (as does appletviewer). I suppose it is because of the same problem? Does anyone have the ftp url for glibc handy at the redhat site? I can't find anyting in that directory structu

Re: JDK1.1.5 with RedHat

1998-06-11 Thread Azazel
Erm, you didn't want the libc version if you're running 5.0. I know from bitter experience: all sorts of things started crashing after I installed 5.4.44. You want the glibc version and to try to get rid of libc 5.4.44 and co.. I took the rather drastic measure of scrub- bing my box and upgradi

Re: JDK1.1.5 with RedHat

1998-06-11 Thread Wuff
> > I have the same problem. > I installed the libc version. > I also tried jdk 1.1.6 and nothing changed. > I have installed the latest version of libc 5.4.44 and ld.so > I ' d b egrateful if you helped me. I have installed the glibc version of jdk 1.1.6 (last night) and was getting core dumps

Re: JDK1.1.5 with RedHat

1998-06-11 Thread Preben Randhol
* Paris Flegas | I have the same problem. | I installed the libc version. | I also tried jdk 1.1.6 and nothing changed. | I have installed the latest version of libc 5.4.44 and ld.so | I ' d b egrateful if you helped me. Try and install glibc version instead. And find the .rpm if you can. -- P

Re: JDK1.1.5 with RedHat

1998-06-11 Thread Paris Flegas
I have the same problem. I installed the libc version. I also tried jdk 1.1.6 and nothing changed. I have installed the latest version of libc 5.4.44 and ld.so I ' d b egrateful if you helped me. On 11 Jun 1998, Preben Randhol wrote: > * "this is Zhao, Lenny" <[EMAIL PROTECTED] > | hi guys, I am

Re: JDK1.1.5 with RedHat

1998-06-11 Thread Preben Randhol
* "this is Zhao, Lenny" <[EMAIL PROTECTED] | hi guys, I am not sure if anyone experence this problem before. After I | installed 1.1.5 under RedHat5.0, I just typed "javac"to see if it is | working, it give a me segmentation fault(core dump). It supposed to give did you install the glibc version?

JDK1.1.5 with RedHat

1998-06-11 Thread this is Zhao, Lenny
hi guys, I am not sure if anyone experence this problem before. After I installed 1.1.5 under RedHat5.0, I just typed "javac"to see if it is working, it give a me segmentation fault(core dump). It supposed to give me the instruction how to use "javac", right? I rmove the directory and reinstall it

JDK1.1.5 v7 libc5

1998-06-01 Thread Craig Martin
Gentlemen, Firstly, let me thank you for your efforts to port the JDK to Linux. I seem to be having a problem with X after installing JDK v7 libc. I suspect I have goofed something up (I am new to linux). I am running Red Hat 4.2 (Kernel 2.0.3) and am finding that placing ~jdk1.1.5/bin in my

Re: problem using appletviewer jdk1.1.5

1998-06-01 Thread Rob Nugent
Matt, I noticed that you are in ther U.K. same as me. The JavaSoft guys f***ed up the BST adjustment in JDK 1.1.4 see http://developer.javasoft.com/developer/bugParade/bugs/4124203.html for details. This claims to be fixed in JDK 1.2b4 (!) Great huh ? Rob Matt Zagni wrote: > Great it now

Re: problem using appletviewer jdk1.1.5

1998-06-01 Thread Matt Zagni
Great it now works 100% in win95 but does a funny in linux.. The Clock2.class produces a time -1hr when run under appletviewer in linux but when viewed via netscape the time is correct. Intersting ? My orginal problem was solved by removing the following code from my .html file.. codebase "1.1

problem using appletviewer jdk1.1.5

1998-06-01 Thread Matt Zagni
Hi, Im getting the following errors when displaying Clock1.class basicaly I changed all the refs in the Clock2.class demo of jdk1.1.5 to Clock1 (ie from Class2 to Class1) recompiled and attempted to use appletviewer to display it to check that the compiler was working ok. However when I tried

Re: Pointers to jdk1.1.5

1998-05-22 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, Chetan Kumar writes: Can any of [you] please point to a rigt site to download jdk1.1.5 and swing. Chetan, Sure. As Sorin Lingureanu <[EMAIL PROTECTED]> recently posted, you can download these RPMs: for RedHat 4.2: ftp://ft

Pointers to jdk1.1.5

1998-05-22 Thread Chetan Kumar
Hello, I am sorry to disturb the developers with this question. I am running Red hat 4.2 with kernel 2.0.30. Iwant to install jdk1.1.5 on my linux. and swing as well. There are so many on the net that I am bit confused. Can any of U please point to a rigt site to download jdk1.1.5 and swing

Re: color problems viewing images from Linux jdk1.1.5 via Exceed

1998-05-19 Thread Paul Ho
At 11:00 AM -0400 05/19/98, Geoffrey S. Knauth wrote: >If I recall correctly, 32-bit color is [Red][Green][Blue][Alpha]. If >some layer were confused and just masked off the lower 24-bits, you'd >lose [Red]. Switching to 24-bit color would make the problem appear >to go away. It all depend on t

color problems viewing images from Linux jdk1.1.5 via Exceed

1998-05-19 Thread Geoffrey S. Knauth
A BBN colleague, Ray Tomlinson, noted: I am displaying on a truecolor visual using Exceed under Windows NT. The problem is that a number of the colors are wrong. The problem also manifests itself when displaying

Re: jdk1.1.5: Using jdb under Linux

1998-05-14 Thread Duncan Roe
eue-0[1] list Unable to find Scribble.java It really doesn't want to play ball. Oh well, AWT-EventQueue-0[1] cont AWT-EventQueue-0[1] Kill applet from the applet menu sun.applet.AppletViewer exited 20:24:16~/java/1.1$ On Wed, May 13, 1998 at 06:22:36PM -0400, Larry Medwin wrote:

jdk1.1.5: Using jdb under Linux

1998-05-13 Thread Larry Medwin
Hello, I've been trying to get jdb running under jdk1.1.5 under Linux, with no luck. Has anybody gotten this working? First I type: javac -g Layout.java then: jdb Layout, from the JDE/Debug option Emacs then says: "Initializing jdb..." and nothing more. Has anybody gott

jdk1.1.5: Using jdb

1998-05-12 Thread Larry Medwin
Hello, I've been trying to get jdb running under jdk1.1.5, with no luck. Has anybody gotten this working? When I run jdb Layout, from the JDE/Debug option, it says: "Initializing jdb..." and nothing more. Has anybody gotten this to work? Thanks, Larry

jdk1.1.5

1998-05-11 Thread rbarry
I've been trying to get jdk1.1.5 working on my linux system. I had 1.0 working but every time I try 1.1.5 I get the message /usr/local/java/bin/java: /usr/local/java/bin/../bin/i586/green_threads/java: No such file or directory This message is untrue because I have seen the contents o