Re: JDK1.2 fails to start (and jdk unable to start swing program)

1999-03-10 Thread inkle c
Hi, Jeff, did you use "java -green -Djava.compiler=xxx" ? What is the "XXX"? I use "java -green" and it seems to work, but when it comes to Swing application, it still fails with Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/

Re: can't find libjava.so

1999-03-10 Thread Steve Cohen
Alvaro del Castillo wrote: > Steve Cohen wrote: > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > it. When I try to run java, I get the Error can't find libjava.so. > > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > > /lib. That didnt' work

Re: can't find libjava.so

1999-03-10 Thread Steve Cohen
Per Widerlund wrote: > Steve Cohen wrote: > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > it. When I try to run java, I get the Error can't find libjava.so. > > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > > /lib. That didnt' work. Where

Re: createImage/swing bug

1999-03-10 Thread Alexander V. Konstantinou
Its a Sun bug, but unless we can replicate it with Solaris alone, they will not touch it (I tried already). The blackdown team will tend to view it as a Sun bug ... Don't know how to proceed ... I have been contacted by another JDK1.2 user who has been burned by this too ... Alexander On Wed,

Re: createImage/swing bug

1999-03-10 Thread David A. Green
OK, switching to 16bpp fixed the problem. The question remains, is this a Linux-Java bug or a Sun-Java bug? As in, should I report it to the blackdown team or to Sun, or have you already reported it? If the same problem occurs displaying to a Linux box from a Solaris machine, then it seems that

Re: JDK1.2 release

1999-03-10 Thread Jeff Galyan
"James D. Carr" wrote: > I already have all > the class and source files (like I assume a lot of people do). My Do you mean you have the Java 2 class and source files? Classes from earlier versions probably won't work quite the same, since some packages were renamed (com.sun.java.swing to javax.s

Re: JDK1.2 fails to start

1999-03-10 Thread Jeff Galyan
I had the same problem - use 'java -green -Djava.compiler= ' (green threads VM, no JIT) until this is resolved. It works quite well on my system (linux 2.2.1, glibc 2.1). The reason is that there is a problem with native threads together with glibc 2.1. "David A. Guthrie" wrote: > > You don't n

Re: createImage/swing bug

1999-03-10 Thread David A. Green
Sorry, the attachment on that last one had a few references to other projects that I had been testing . Here's a clean version of the ame class (it still gets the same exception). Thanks again. -Dave "David A. Green" wrote: > First, let me express my gratitude and congratulations to the bla

Re: createImage/swing bug

1999-03-10 Thread Alexander V. Konstantinou
It is a 32bit depth problem. You will notice the same problem if you display from a Solaris machine to your Linux X-server. I also get a seg fault when in 24bit deph. Solutions ? I had to switch to 16bit depth. Alexander -

Re: JDK1.2 release

1999-03-10 Thread Michael Sinz
On Thu, 11 Mar 1999 00:36:01 -, James D. Carr wrote: >Hi, > >Would it be possible to release a version of the JDK1.2 port without all the >files which are common to the Windows (or Sparc) release. I already have all >the class and source files (like I assume a lot of people do). My main >prob

Re: JDK1.2 release

1999-03-10 Thread Juergen Kreileder
> James D Carr writes: James> Hi, Would it be possible to release a version of the JDK1.2 James> port without all the files which are common to the Windows James> (or Sparc) release. I already have all the class and source James> files (like I assume a lot of people do). My ma

createImage/swing bug

1999-03-10 Thread David A. Green
First, let me express my gratitude and congratulations to the blackdown porting team. Great job! Second, I have run into a bug/issue regarding the createImage(int, int) function in java.awt.component. I call this function to create an off-screen image to be used for double-buffering. I get the

JDK1.2 release

1999-03-10 Thread James D. Carr
Hi, Would it be possible to release a version of the JDK1.2 port without all the files which are common to the Windows (or Sparc) release. I already have all the class and source files (like I assume a lot of people do). My main problem is a slow and sometimes unstable link to the Internet, so do

Re: JNI & jdk1.2

1999-03-10 Thread Juergen Kreileder
> John Fisher writes: John> I've just installed jdk1.2 for Linx (yea!!), but am having John> some problems with using JNI, related to finding my shared John> library. Things were working fine under 1.1.7, so I'm John> guessing something has changed in the way that shared J

Re: JNI & jdk1.2

1999-03-10 Thread Moses DeJong
Did you try LD_LIBRARY_PATH? That seems to work for my JNI + C application. Mo DeJong dejong at cs.umn.edu On Wed, 10 Mar 1999, John Fisher wrote: > > I've just installed jdk1.2 for Linx (yea!!), but am having some problems > with using JNI, related to finding my shared library. Things were wo

JNI & jdk1.2

1999-03-10 Thread John Fisher
I've just installed jdk1.2 for Linx (yea!!), but am having some problems with using JNI, related to finding my shared library. Things were working fine under 1.1.7, so I'm guessing something has changed in the way that shared libraries are searched for. Here's the error:

can't resolve symbol

1999-03-10 Thread arnie
Hi I just installed jdk117Öv1a and everytime I run the command "java" I get the following errors: --Start! Ls: not: No such file or directory /usr/local/jdk117_v1a\bin..\bin\i686\green_threads\java: can't resolve symbol '_Xglobal_lock' /usr/local/jdk117_v1a\bin..\bin\i686\green_threads\java: can

Re: JDK1.2 fails to start

1999-03-10 Thread Juergen Kreileder
> inkle c writes: inkle> I am having linux2.2.3, egcs1.1.1 on my x86 together with JDK1.2-pre1, inkle> any java command I execute, there is always same error: inkle> === inkle> *** panic: GC: getStickySystemClass failed: java/l

Re: JDK1.2 fails to start

1999-03-10 Thread David A. Guthrie
You don't need to put the jdk source jars in your classpath in 1.2. inkle c wrote: > I am having linux2.2.3, egcs1.1.1 on my x86 together with JDK1.2-pre1, > any java command I execute, there is always same error: > > === > > *** panic: GC: getStick

JDK1.2 fails to start

1999-03-10 Thread inkle c
I am having linux2.2.3, egcs1.1.1 on my x86 together with JDK1.2-pre1, any java command I execute, there is always same error: === *** panic: GC: getStickySystemClass failed: java/lang/ref/Reference CLASSPATH may be incorrect SIGABRT 6*

Re: Installing JDK 1.2 ?

1999-03-10 Thread Geoffrey T. Cheshire
[EMAIL PROTECTED] wrote: > It dosn't seem to be documented. (See below.) > Thanks for the reply. The flag went up with the bz2 extension. I've been a > Linux user since '93 and I've never run across this before. I'm on S.u.S.E. 5.3 > but I don't recall a bz2 extension anywhere ever. If its some

Re: Installing JDK 1.2 ?

1999-03-10 Thread Geoffrey T. Cheshire
On Wed, 10 Mar 1999 [EMAIL PROTECTED] wrote: > I downloaded 1.2 and read the release notes at blackdown. The notes stated > that installing JDK 1.2 would win the admiration of the blackdown group. I > can see why, the docs talk about a gzip file but the extension on the file > that downloads is b

Re: Installing JDK 1.2 ?

1999-03-10 Thread Thomas Koehler
On Wed, Mar 10, 1999 at 01:26:06PM -0700, [EMAIL PROTECTED] wrote: > > Hello, > > I downloaded 1.2 and read the release notes at blackdown. The notes stated > that installing JDK 1.2 would win the admiration of the blackdown group. I > can see why, the docs talk about a gzip file but the extensi

Re: Installing JDK 1.2 ?

1999-03-10 Thread Justin F Knotzke
[EMAIL PROTECTED] wrote: > > Hello, > > I downloaded 1.2 and read the release notes at blackdown. The notes stated > that installing JDK 1.2 would win the admiration of the blackdown group. I > can see why, the docs talk about a gzip file but the extension on the file > that downloads is bz2.

Installing JDK 1.2 ?

1999-03-10 Thread tonydean
Hello, I downloaded 1.2 and read the release notes at blackdown. The notes stated that installing JDK 1.2 would win the admiration of the blackdown group. I can see why, the docs talk about a gzip file but the extension on the file that downloads is bz2. Maybe I missed something but the tar zxv

Port to FreeBSD while you are waiting to on kernel bugs.

1999-03-10 Thread Edward Ing
Only kidding.    

RE: Download of jdk 1.2

1999-03-10 Thread Leos Bitto
Hello, I downloaded this file from ftp://ftp.tux.org/pub/java and it's OK. My MD5 checksums are different from yours: 0dc5e6788076e7aa5d5f7b3114c4ab47 jre1.2pre-v1.tar.bz2 efc11763db63d56b298b40181097a722 jdk1.2pre-v1.tar.bz2 Try to download it again... Leos > -Original Message- >

Re: .bz2 format?

1999-03-10 Thread Thomas Koehler
Hi, On Wed, Mar 10, 1999 at 11:35:50AM -0500, Yirong Li wrote: > > Hi there, > > This may sound stupid, but how do I uncompress a bz2 file? This sounds stupid, because this question has been asked AND answered on this list before (and now, thousands of people STILL ask this question)... 1. RE

library

1999-03-10 Thread David A. Guthrie
look at the blackdown pages for shell script and an explanation, but it amounts to making a symlink from libstdc++.so.2.8 or libstdc++.so.2.9 named libstdc++-libc6.0-1.so.2. Vijaykumar Krishnaswamy wrote: > Hi, > i jave just installed jdk1.2-pre version on my machine.I was > playing aroun

running applets

1999-03-10 Thread Vijaykumar Krishnaswamy
Hi, i jave just installed jdk1.2-pre version on my machine.I was playing around with it a bit and found that when i try running an applet demo, it throws an exception as follows.I was not able to find the library libstdc++-libc6.0-1.so.2 on my machine.I am running the kernel 2.2.3 and the

.bz2 format?

1999-03-10 Thread Yirong Li
Hi there,   This may sound stupid, but how do I uncompress a bz2 file?   Thanks.    

(off-topic) nt-sshd (was: Re: how to remotely launch java (nt, linux) ? (off-topic...))

1999-03-10 Thread Eero Koskikallio
At 18:13 8.3.1999 , [EMAIL PROTECTED] wrote: >Or you can just use "telnet" to start a terminal session on the NT >machine. Yes, you can. or you can install sshd for Windows NT and connect with ssh-client... More info: http://www.cygnus.com/misc/gnu-win32/ http://miracle.geol.ms

Re: Implementating ClassLoader.getResource?

1999-03-10 Thread zun
On Wed, 10 Mar 1999 [EMAIL PROTECTED] wrote: > Here is my CustomClassLoader written in a two days at least to load > class type data from a modified class path. I started my class with the > Java in a Nutshell Book example. > > Basically it emulates the primordial class loader. ... > The onl

Re: How do I uncompress jdk with .bz2 extensioon

1999-03-10 Thread Didier Boucard
James Lamb wrote: > > I downloaded the JDK 1.2 prerelease and got a .bz2 file. How do I > uncompress the file? > > james > > [EMAIL PROTECTED] > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscr

How do I uncompress jdk with .bz2 extensioon

1999-03-10 Thread James Lamb
I downloaded the JDK 1.2 prerelease and got a .bz2 file. How do I uncompress the file? james [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: can't find libjava.so

1999-03-10 Thread Per Widerlund
Steve Cohen wrote: > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > it. When I try to run java, I get the Error can't find libjava.so. > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > /lib. That didnt' work. Where is it expecting to find this fi

Re: Implementating ClassLoader.getResource?

1999-03-10 Thread peter . pilgrim
Here is my CustomClassLoader written in a two days at least to load class type data from a modified class path. I started my class with the Java in a Nutshell Book example. Basically it emulates the primordial class loader. It does almost everything. It does not implement `getResource( String

JAVA Install problem

1999-03-10 Thread Haider Abbas Kazmi
Hi, I have installed JDK 1.1 for my linux box. I have my CLASSPATH & PATH set properly. But when I run java or javac or anything the system says   bash: ./java :No such File Found   what do I do, I need it real quik.   Thanks Haider    

can't find libjava.so

1999-03-10 Thread Steve Cohen
I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at it. When I try to run java, I get the Error can't find libjava.so. I can find this file in jdk1.2/jre/lib/i386. I tried copying it to /lib. That didnt' work. Where is it expecting to find this file? -

Re: Unidentified subject!

1999-03-10 Thread Brett W. McCoy
On Wed, 10 Mar 1999, Pavel Kessler wrote: > Everything compiled without any problems, but I was not able to > start the compiled application. > > The java virtual machine requires libstdc++. which > IS NOT PART OF MY LINUX DISTRIBUTION ( SuSe 6.0) ! It is part of gcc 2.8 and egcs distr

Download of jdk 1.2

1999-03-10 Thread Michael Jürgens
Hi, I downloaded the new jdk 1.2 from the site ftp://linux21.gwdg.de/pub/languages/java/ftp.blackdown.org/linux/ and from the site ftp://ftp.uk.linux.org/pub/linux/java/ but I can't unpack the archives. I get the following message: > bunzip2 -tvv jdk1_2pre-v1_tar.bz2

Implementating ClassLoader.getResource?

1999-03-10 Thread peter . pilgrim
I have writen a custom ClassLoader now to load from an alternative "customised class path". However I have come unstuck with getting resources. My custom class loader can get a class from a zip or jar file just as the primordal can Basically I writing ClassLoader.getResourceAsStream() is easy.

libstdc++ (was Re: Unidentified subject!)

1999-03-10 Thread Oliver Fels
>The java virtual machine requires libstdc++. which >IS NOT PART OF MY LINUX DISTRIBUTION ( SuSe 6.0) !  Sure, it is. It is part of the gnu c++ compiler lib package, although it has a different (version) name. Check your installed packages via the yast program or rpm for the gpp lib p

Re: Unidentified subject!

1999-03-10 Thread Chris Kakris
> Pavel Kessler wrote: > > The java virtual machine requires libstdc++. which > IS NOT PART OF MY LINUX DISTRIBUTION ( SuSe 6.0) ! This is a known problem. Check the mailing list archives at: http://www.mail-archive.com/java-linux@java.blackdown.org and in particular: http://www.

Unidentified subject!

1999-03-10 Thread Pavel Kessler
Hi !   I tried yesterday the jdk 1.2 for i386.   Everything compiled without any problems, but I was not able to start the compiled application.   The java virtual machine requires libstdc++. which IS NOT PART OF MY LINUX DISTRIBUTION ( SuSe 6.0) !   What about to use static linkage

Thanks everyone

1999-03-10 Thread Kevin White
Thanks to everyone's help the last several days on jni programming with linux, help with Makefile suggestions, and even helping me with stupid errors, I was able to get my first linux project released (development release, of course). Just thought I'd thank everyone on this list for their help.

Re: Missing font (urgent to porters)

1999-03-10 Thread Mike
Hi, Volker Augustin wrote: > Font specified in font.properties not found [-urw-itc > zapfdingbats-medium-r-normal--*-%d-*-*-p-*-sun-fontspecific] > Anyone knows what this means? It means you have no this font installed. I just have played with $JAVA_HOME/jre/lib/font.properties file and have got