Re: Version snag

1999-10-25 Thread Marc Slemko
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 sounds like this

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: Version snag

1999-10-25 Thread Hartnett
I do have a 117 but that is configured under a different user account. As I mentioned earlier it won't even allow the install unless it is 1.2. I'll look into things further when I have the chance. Thanks, Sean On Mon, 25 Oct 199

Re: Version snag

1999-10-25 Thread Nathan Meyers
On 25 Oct, Hartnett wrote: > Ran into a surprise snag when trying to test an app my company has made that >requires JAVA 2 to install and run. > I was told the program on install would check to make sure the JDK was version 2, >just to make sure I first tried to > install it under 1.1.7 and as

Re: Version snag

1999-10-25 Thread Hartnett
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 sounds like this group to me. I don't see what the problem is?

Re: Version snag

1999-10-25 Thread Dustin Lang
Hi, > I am just surprised that the software now states that the pre-release > 2 is not JAVA 2, can anyone make a suggestion as to why? I would suspect that your program is checking for a version number string in a particular format, and is not receiving an answer in precisely that format, and i

Version snag

1999-10-25 Thread Hartnett
Ran into a surprise snag when trying to test an app my company has made that requires JAVA 2 to install and run. I was told the program on install would check to make sure the JDK was version 2, just to make sure I first tried to install it under 1.1.7 and as told, it refused to install. I inst

Re: newbie java -classpath still not working as expected

1999-10-25 Thread Aras
I moved over to Sun's Java2 on Windows.  I verified that the -classpath switch is relative to where I run java from.  I was wondering if it might be relative to where java lives(it wasn't).  In windows I can run it like:  java -classpath /thisdir testprog or I can be somewhere else and run

Segmentation Fault (JDK12pre2/AWT/RedHat6.0)

1999-10-25 Thread Matt Davies
Hi, I have spent allot of time reviewing the existing bugs for jdk1.2pre2 to no avail. I suspect that the solution might be straight forward as someone, somewhere, must have tried this before! Whenever I run the packaged AWT/JFC demo apps (regardless of window manager) for SwingSet or SimpleExampl

Re: Re[2]: Having problems running 1.1.7

1999-10-25 Thread Michael Sinz
On Mon, 25 Oct 1999 18:03:23 -0400, [EMAIL PROTECTED] wrote: > > > >It turns out I had to put the library paths in /etc/ld.so.conf and run >"ldconfig". That should not be needed. If that was the case then something was set up wrong. The .java_wrapper script (which is what the bin/java command

Re: Having problems running 1.1.7

1999-10-25 Thread tpeter
I dealt with this problem not a week ago. You need to edit your dynamic lookup file /etc/ld.so.conf to include the path of the shared object file. On Mon, 25 Oct 1999 [EMAIL PROTECTED] wrote: > > > Hello, > > I am new to Java on Linux. I followed all of the directions on >

Re[2]: Having problems running 1.1.7

1999-10-25 Thread Patrick_Hardy
It turns out I had to put the library paths in /etc/ld.so.conf and run "ldconfig". Thanks __ Reply Separator _ Subject: Re: Having problems running 1.1.7 Author: "Michael Sinz" <[EMAIL PROTECTED]> at TIME_INC Date:10/25/1999 1

Re: Having problems running 1.1.7

1999-10-25 Thread Michael Sinz
On Mon, 25 Oct 1999 12:41:57 -0400, [EMAIL PROTECTED] wrote: > > > Hello, > > I am new to Java on Linux. I followed all of the directions on > Blackdown's web site on how to install Java and I keep getting the > error: > > > java -version > java: error in loading shared li

Re: JDBC newbie question

1999-10-25 Thread John N. Alegre
Has anyone else had this experience. I have been reluctant to move to PostgrSQL for reasons of complexity and speed. Is the JDBC support that much more advanced in PostgrSQL? All comments welcome. john On 24-Oct-99 Eric vanberkel wrote: > I've been thru this. > > You go to check you have the

rpms ?

1999-10-25 Thread Miles Thompson
ok i seem to be able to find rpm's for the wonderful blackdown jdk; ( try : http://www.rpmfind.net/linux/RPM/JByName.html ) but why are they not listed in that cool rpmfind metadata thing under keywords like 'java' and 'jdk'. ???

Having problems running 1.1.7

1999-10-25 Thread Patrick_Hardy
Hello, I am new to Java on Linux. I followed all of the directions on Blackdown's web site on how to install Java and I keep getting the error: > java -version java: error in loading shared libraries: libjava.so: cannot open shared object file: No such file o

Re: ...

1999-10-25 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > I've been trying to create a splash screen for my > application all day and am not having any luck with it > displaying my graphics. I've tried everything off of sun's > site, tutorials and asked friends. > > Are there known problems with displaying graphics on linux

green threads

1999-10-25 Thread Ramiro Diaz Trepat
I'm sorry to ask this again but nobody replied to me before. Did anybody get remote (rmi) objects to work with jdk1.2v2 glibc 2.1 and green threads ? Thanks. -- Ramiro Díaz Trepat [EMAIL PROTECTED] ôèPԔ ‘ ÿzf¢–Ú#jöÿ–)îÇúު笷øÚ½¯Û•§$vŒ'þŠà

JCK status page is more than a month old..

1999-10-25 Thread Vincent Trussart
An update would be appreciated! Thanks. -- Vincent Trussart [EMAIL PROTECTED] Cirano Québec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ...

1999-10-25 Thread Juergen Kreileder
> Riyad Kalla writes: Riyad> I've been trying to create a splash screen for my Riyad> application all day and am not having any luck with it Riyad> displaying my graphics. I've tried everything off of sun's Riyad> site, tutorials and asked friends. Riyad> Are there known

Re: Java Platform Debugger Architecture (JPDA)

1999-10-25 Thread Jo Uthus
Nathan Meyers wrote: | And it's JDWP that's missing. It has a native component that's not a | part of the JDK and hasn't been ported to Linux. Sun is silent on the | availability question, and some great tools like JBuilder can't debug | without it. Suggesting that perhaps Inprise are willing (