»Ø¸´: blackdown JDK 1.1.8 and JDK 1.2.x

2000-01-16 Thread jack . w
I use Blackdown JDK1.2.2 RC3, but I meet dump problem, I don't know why, I'd like to know which release will cover this problem. JackWang >I'd like to take a poll to see what platforms people are successfully running >the blackdown JDK/JRE 1.1.8 and JDK/JRE 1.2.x for linux x86 on. My main inter

jdk-1.2.x plugin for Netscape-Linux ?

1999-11-24 Thread Cyril Dinh
Hi guys, How far are we from being able do develop jdk1.2 applets under Linux ? (Right now I can program it and compile it on jdk-1.2pre2, but I have to test it on Slowlaris or Win98) Thanks all really --In GNU we trust. C. Dinh Math. Student ETH-Zurich -

JDK 1.2 Printing part 2

1999-11-15 Thread Greg Tomalesky
Hi Gang: First, thanks to all who responded to my first query. The article pointed to was a big help. My next question concerns paper orientation. Under Windoz I can set the orientation from portrait to landscape and the printer understands. On Solaris, the pop-up dialog box does not allow th

Re: JDK 1.2 library problem

1999-09-21 Thread Juergen Kreileder
> Pierre Heroux writes: Pierre> I am using jdk1.2 Classic VM (build Linux_JDK_1.2_pre-release-v2 Pierre> glibc2.1, native threads, nojit)on RedHat 5.2. Pierre> I compile a C++ code which invoke JavaVM. Pierre> g++ simple.cpp -I/usr/local/jdk1.2/include -ljava Pierre> I g

Re: JDK 1.2 library problem

1999-09-21 Thread Harri Sunila
On Tue, 21 Sep 1999, Pierre Heroux wrote: > I am using jdk1.2 Classic VM (build Linux_JDK_1.2_pre-release-v2 > glibc2.1, native threads, nojit)on RedHat 5.2. > > I compile a C++ code which invoke JavaVM. > g++ simple.cpp -I/usr/local/jdk1.2/include -ljava > > I get the following message > > /u

Re: JDK 1.2 library problem

1999-09-21 Thread Andreas Jaeger
On Tue, 21 Sep 1999, Pierre Heroux wrote: > I am using jdk1.2 Classic VM (build Linux_JDK_1.2_pre-release-v2 > glibc2.1, native threads, nojit)on RedHat 5.2. RedHat 5.2 comes with glibc 2.0.7 and not with glibc 2.1.x. Please get the correct JDK release for your platform. > I compile a C++ co

JDK 1.2 library problem

1999-09-21 Thread Pierre Heroux
I am using jdk1.2 Classic VM (build Linux_JDK_1.2_pre-release-v2 glibc2.1, native threads, nojit)on RedHat 5.2. I compile a C++ code which invoke JavaVM. g++ simple.cpp -I/usr/local/jdk1.2/include -ljava I get the following message /usr/local/jdk1.2/jre/lib/i386/native_threads/libhpi.so: undefi

Re: JDK 1.2 Problem. Newbie needs help.

1999-09-15 Thread Riyad Kalla
Am I correct in saying that its dying due to native threads? Should he pull a "THREADS_FLAG=green" in his shell to correct this? Liguo Song wrote: > > Dear Friends, > > I am having trouble to make JDK1.2 Pre V2 working on my Red Hat 6.0. > > Anytime, I tried to use anything from the package,

JDK 1.2 Problem. Newbie needs help.

1999-09-15 Thread Liguo Song
Dear Friends, I am having trouble to make JDK1.2 Pre V2 working on my Red Hat 6.0. Anytime, I tried to use anything from the package, like java, javac or appletviewer, I will get a panic error message. The message is following. I don't know what is wrong? Do I need more memory installed? FYI,

no JIT in JDK 1.2 for sparc-linux?

1999-08-30 Thread Ralf
Hi, as I´ve seen the jdk 1.2 pre v3 is now available for sparc-linux. I just downloaded it and installed it on my sparc 5 station at my office. But then I had to find out, that the JIT-Compiler is missing in that JDK. The file libsunwjit.so exist in that tar-file, but it has a length of 0

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-24 Thread BAZLEY Sebastian
> -Original Message- > From: Dimitris Terzis [mailto:[EMAIL PROTECTED]] > Sent: 23 August 1999 14:53 > To: 'Java-Linux mailing list' > Subject: RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2 [snip] > What happened is that, to download the tar fi

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Brandon Anderson
Actually, I believe the problem is related to the fact the NT doesn't support symbolic links. Almost all the files in the ($JAVA_HOME)/bin directory are symbolic links to .java_wrapper. The only two files that aren't symbolic links are .java_wrapper and java-rmi.cgi (atleast on 1.2). On Mon, 2

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Larry Gates
>From: "Dimitris Terzis" <[EMAIL PROTECTED]> >Date: Mon, 23 Aug 1999 14:53:03 +0100 >Hi guys... > >I have finally managed to install JDK1.1.7_v1a and JDK1.2... You won't >What happened is that, to download the tar files, I used an NT machine, >linked to my Linux PC via Samba. So far so good. Bu

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Dimitris Terzis
Dammit.java > java com.nortelnetworks.RunDammit You 're right, I typed nortelnetworks/RunDammit instead (which worked for JDK 1.2!!!). Thanks! :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Dimitris Terzis
Hello again... I think I 've solved most of the silly problems I was experiencing, thanks for your help and advises... The only one remaining is a NullPointerException I 'm getting when launching my application from JDK 1.1.7. It has to do with the initial JFrame. The interpreter resolves this t

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Miles Thompson
+I know have a silly problem with JDK 1.1.7. Namely, while I can compile my +application (containing several .java files organised in a number of +packages), when I attempt to run it, it doensn't run! My environment is + $JAVA_HOME = + $CLASSPATH = .:$JAVA_HOME/lib/classes.zip:$JAVA_

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Dimitris Terzis
directory (which is problematic only for JDK 1.2, anyway). What happened is that, to download the tar files, I used an NT machine, linked to my Linux PC via Samba. So far so good. But, being lazy in typing "tar -xvf" under Linux, I used WinZip to un-tar and then copied the extracted file

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-22 Thread Nathan Meyers
Dimitris Terzis wrote: > > Nathan, > > > > I try to run the programs (either in binary or script form) from the > > > bin/x86/native_threads directory each time (by the way, examining the > > > scripts I see references to sun.tools.* classes - are they included in > the > > > libraries?). > > >

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-21 Thread Juergen Kreileder
> Dimitris Terzis writes: Dimitris> I am aware of this trickery, except that my Dimitris> /bin subdirectory does not contain Dimitris> any of the scripts(!). They 're all under Dimitris> /bin/x86/.../native_threads. And Dimitris> they don't do anything when I run them!

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-21 Thread Juergen Kreileder
> Nathan Meyers writes: Nathan> Don't try to run from those directories. The launch Nathan> scripts do a lot of important setup. You need to invoke Nathan> the scripts (java, javac, etc.) found in the Nathan> /bin subdirectory - you shouldn't be Nathan> in that directory

Re: jdb on jdk 1.2 v2

1999-08-21 Thread Jacek Laskowski
David Kirby wrote: > > Hi, Hello, > > I am having big problems with jdb in the jdk 1.2 v2 release with RH 6.0, > breakpoints don't break for instance. Has anyone else seen this? Yes. I've noticed this after switching to the JDK1.2-only classes like Collections. I nee

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-19 Thread Dimitris Terzis
Nathan, > > I try to run the programs (either in binary or script form) from the > > bin/x86/native_threads directory each time (by the way, examining the > > scripts I see references to sun.tools.* classes - are they included in the > > libraries?). > > Don't try to run from those directories.

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-19 Thread Nathan Meyers
Dimitris Terzis wrote: > > Hi guys... > > I am getting all sorts of problems with JDK 1.1.7 and JKD 1.2 installation > in Linux (I have a Pentium II/300 system with RedHat 5.2 and libc-2.0.7.so). > I try to run the programs (either in binary or script form) from the > bin/x86/native_threads dire

Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-19 Thread Dimitris Terzis
Hi guys... I am getting all sorts of problems with JDK 1.1.7 and JKD 1.2 installation in Linux (I have a Pentium II/300 system with RedHat 5.2 and libc-2.0.7.so). I try to run the programs (either in binary or script form) from the bin/x86/native_threads directory each time (by the way, examining

jdb on jdk 1.2 v2

1999-08-19 Thread David Kirby
Hi, I am having big problems with jdb in the jdk 1.2 v2 release with RH 6.0, breakpoints don't break for instance. Has anyone else seen this? David David Kirby.vcf

Strange error from Blackdown JDK 1.2 port.

1999-08-17 Thread Moses DeJong
Hi all. I tried to run the java_g executable in the blackdown port of the JDK 1.2 v2 when I got this error. Warning: opcode 212 not implemented yet Warning: JIT compiler failed for java/lang/ref/SoftReference.get()Ljava/lang/Object; I do not know if this was the cause, but the java_g executable

Re: JDK 1.2-pre2 on RedHat 5.2

1999-08-11 Thread Matthias Pfisterer
so.1 => ld-linux.so.1.9.5 > libpam_misc.so.0 => libpam_misc.so.0.64 > libpam.so.0 => libpam.so.0.64 > libpwdb.so.0 => libpwdb.so.0.55 > libuuid.so.1 => libuuid.so.1.1 > libss.so.2 => libss.so.2.0 > libext2fs.so.2 => libext2fs.so.2.4 > libe2p.so.2 =&

JDK 1.2-pre2 on RedHat 5.2

1999-08-10 Thread Ted Neward
; libnss_dns-2.0.7.so libnss_db.so.1 => libnss_db-2.0.7.so libnss_compat.so.1 => libnss_compat-2.0.7.so libnsl.so.1 => libnsl-2.0.7.so libm.so.6 => libm-2.0.7.so libdl.so.2 => libdl-2.0.7.so libdb.so.2 => libdb-2.0.7.so libcrypt.so.1 => libcrypt-2.0.7.so libc.so.6 =>

original jdk 1.2 source from sun?

1999-08-09 Thread Gero Hoffmann
Hi, I would like to apply the patches for jdk pre 2 but the only sun reference source I can get is JDK 1.2.2 which doesn't really cooperate with the diffs of the linux porting team. Who knows how I can get the original source jdk 1.2 from sun?

Re: Help with JDK 1.2 library problems

1999-08-06 Thread Timothy Stewart
> To run SimpleExample.class you must type > > java SimpleExample > > because the point "." has the same efect than "/" to > separate packages and directories I did get SimpleExample to run: java -green -cp "." SimpleExample and was able to run a more complex program using -cp to point to th

Re: Help with JDK 1.2 library problems

1999-08-06 Thread Pere Serra
Hi ! I'll answer the easier question: To run SimpleExample.class you must type java SimpleExample because the point "." has the same efect than "/" to separate packages and directories. I think that you typed java SimpleExample.class and you get: Exception in thread "main" java.lang.NoClassD

Help with JDK 1.2 library problems

1999-08-06 Thread Timothy Stewart
Hi all, I'm not an expert on the Linux libraries .. far from it... so if there is a simple solution to this, please forgive my ignorance. I appreciate any assistance. A while ago, I went to install JDK 1.2 pre 1 and realized I needed glibc 2. Rather than mess with installing this on a

Re: Slackware 3.5 and JDK 1.2 prev-v2

1999-07-28 Thread Nathan Meyers
Eric Duval wrote: > > Hi, > > I have, > > Slackware 3.5 (Linux 2.2.7) > Primary C library : glibc2.0.7 (/lib/libc.so.6 --> /lib/libc-2.0.7.so) > linuxthreads-0.71 > JDK1.2 prev-v2 An earlier note on this topic (http://www.mail-archive.com/java-linux@java.blackdown.org/msg08195.html) recommends

Slackware 3.5 and JDK 1.2 prev-v2

1999-07-28 Thread Eric Duval
Hi, I have, Slackware 3.5 (Linux 2.2.7) Primary C library : glibc2.0.7 (/lib/libc.so.6 --> /lib/libc-2.0.7.so) linuxthreads-0.71 JDK1.2 prev-v2 Environment variables : PATH=$PATH:/u/jdk1.2/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/u/jdk1.2/jre/lib/i386/native_threads:/u/jdk1.2/jre/lib/i386/green_

Slackware 3.5 and JDK 1.2 prev-v2

1999-07-28 Thread Eric Duval
Hi, I have, Slackware 3.5 (Linux 2.2.7) Primary C library : glibc2.0.7 (/lib/libc.so.6 --> /lib/libc-2.0.7.so) linuxthreads-0.71 JDK1.2 prev-v2 Environment variables : PATH=$PATH:/u/jdk1.2/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/u/jdk1.2/jre/lib/i386/native_threads:/u/jdk1.2/jre/lib/i386/green_t

odd AWT focus bug in JDK 1.1 and JDK 1.2 (with test case)

1999-07-19 Thread Nelson Minar
/** Demonstration of a bug in focus with the AWT on Linux and Java. ** ** Creates a Frame with a Choice and a TextArea. Every other time the ** Choice box is selected, the text area loses the ability to take ** focus. To demonstrate this, type some text into the text area, ** then select some

Re: JDK 1.2 really slow - *NOT A BUG in JDK*

1999-07-13 Thread Kelly Campbell
Just wondering if anyone has noticed a huge difference in Java2D performance between green and native threads? I switched to green threads this morning to test something because of the native threads deadlocking problem when using Swing. The green threads version does't deadlock, but moving an in

Re: JDK 1.2 really slow - *NOT A BUG in JDK*

1999-07-05 Thread Bjoern Smith
"W. Christopher Everhart" wrote: > I was having some problems with the pre-release of JDK1.2 being very very slow. I >tested it with NetBeans, and compared the results to a versino of NetBeans with >JDK1.1.7v3 and noticed that both were slow, but the newer version was even slower. > > It ends

Re: problem with jdk 1.2: libhpi.so

1999-07-05 Thread Juergen Kreileder
>>>>> Thierry BARUSTA writes: Thierry> I have downloaded the pre v2 version of jdk 1.2 for glibc Thierry> 2.1. My disribution of linux is the Suse 6.1. The only Thierry> thing I have done is to add the jdk1.2/bin directory to Thierry> the path. when

problem with jdk 1.2: libhpi.so

1999-07-05 Thread Thierry BARUSTA
Hello, I have downloaded the pre v2 version of jdk 1.2 for glibc 2.1. My disribution of linux is the Suse 6.1. The only thing I have done is to add the jdk1.2/bin directory to the path. when I run java or javac, I get the same error which looks like: libhpi.so: file not found. could you help

JDK 1.2 really slow - *NOT A BUG in JDK*

1999-07-04 Thread W. Christopher Everhart
I was having some problems with the pre-release of JDK1.2 being very very slow. I tested it with NetBeans, and compared the results to a versino of NetBeans with JDK1.1.7v3 and noticed that both were slow, but the newer version was even slower. It ends up that the problem was with the distribu

TextAWT (was: Linux Desktop based on JDK 1.2)

1999-07-04 Thread Christoph Terhechte
n, too. I had to exit and log in once again). I am using JDK 1.1.7 v1a, ncurses 4.2, glibc 2.0.7. There is practically no documentation on the textawt package other than the sources themselves, though the author says that it can't be run on JDK 1.2. Has anyone successfully used the texta

Re: Linux Desktop based on JDK 1.2

1999-07-02 Thread Kent Smith
Here's a link - don't know if it's the one refered to below. Text AWT for Java http://www.geocities.com/SiliconValley/Grid/1239/ Kent At 01:44 PM 7/2/99 +0100, you wrote: >[EMAIL PROTECTED] writes: > > I tried looking for an ncurses library once, the only thing I found was a > > JNI implementat

Re: Linux Desktop based on JDK 1.2

1999-07-02 Thread Bernd Kreimeier
[EMAIL PROTECTED] writes: > I tried looking for an ncurses library once, the only thing I found was a > JNI implementation which I didn't find useful. Got a URL handy? If the Java API is okay, it'd allow for using it right away until somebody comes up with a pure Java port for the same API.

Re: Linux Desktop based on JDK 1.2

1999-07-01 Thread zun
On Thu, 1 Jul 1999, Christoph Terhechte wrote: > What about ncurses? I believe a text mode windowing toolkit for Java > would beat everything else in speed - and most kinds of applications > don't really need to run under X. Many of my favorite programs like > pine, tin, emacs, mc are happy wit

Re: Linux Desktop based on JDK 1.2

1999-07-01 Thread Christoph Terhechte
On Wed, 30 Jun 1999 [EMAIL PROTECTED] wrote: > 3.) to counter the speed issue, one solution would be to use gjc > (sourceware.cygnus.com) and add X or other graphic support to it. > One person is working on a gtk binding for AWT but I feel that's the > wrong way to go. Another library of interes

Re: JDK 1.2 Library Issues

1999-06-30 Thread Steve Byrne
Lance Roundy <[EMAIL PROTECTED]> writes: > > I thought I would check here before trying to submit a bug report. > (If I should have gone the other way someone please let me know.) > > I loaded JDK 1.2 pre-v2 onto my Debian 2.1 (slink) system. The first > attem

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread Tony Dean
Cliff, When I hear Desktop I think of my whole fvwm2 environment. Pop up one of three menus anywhere on the desktop at the click of a mouse button. A nice toolbar with things I need often. How about virtual desktops? I cannot think of working with less then 6 but I usually take the default of 16

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread zun
On Wed, 30 Jun 1999, Cliff Baeseman wrote: > The speed is not that big a issue. I am running a desktop written in > jbuilder on linux rh6.0 P90 32 meg of ram my test machine It is just as fast > as gnome or even a little faster. > > The thing is the desktop does not even do that much work the a

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread Cliff Baeseman
t: Re: Linux Desktop based on JDK 1.2 >> > >> > I've given the project some thought and it seems not so far fetched, if >> > you look at Novell 5 they sport a Java desktop for administration. >> > >> > If speed is a factor we may need to get sourc

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread Thomas Wernitz
> > > > I've given the project some thought and it seems not so far fetched, if > > you look at Novell 5 they sport a Java desktop for administration. > > > > If speed is a factor we may need to get source to the JDK, but that's > > not hard. > > Not to sound too heretical, but if you want to me

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread Jeff Galyan
Theoretically, if you're doing most of the time-critical stuff in native code and using JNI and the invocation api, then you could have a workable desktop. One idea that springs to mind would be to use the invocation api to create a VM instance when the desktop is initialized, so you don't have t

Re: JDK 1.2 Library Issues

1999-06-30 Thread Rudi Streif
ssage- From: Lance Roundy <[EMAIL PROTECTED]> To: Java Linux <[EMAIL PROTECTED]> Date: Wednesday, June 30, 1999 1:03 PM Subject: JDK 1.2 Library Issues >I thought I would check here before trying to submit a bug report. >(If I should have gone the other way someone please let me

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread Nathan Meyers
Michael Holst wrote: > > I've given the project some thought and it seems not so far fetched, if > you look at Novell 5 they sport a Java desktop for administration. > > If speed is a factor we may need to get source to the JDK, but that's > not hard. Not to sound too heretical, but if you want

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread zun
Hi Cliff, On Tue, 29 Jun 1999, Cliff Baeseman wrote: > I do not know if anyone is interested in this yet but here goes. > >I am not happy with the GNOME or the KDE desktops so I have started > building a desktop on top of a minimal RH 6.0 installation. I am using > JBuilder3 on windows to c

JDK 1.2 Library Issues

1999-06-30 Thread Lance Roundy
I thought I would check here before trying to submit a bug report. (If I should have gone the other way someone please let me know.) I loaded JDK 1.2 pre-v2 onto my Debian 2.1 (slink) system. The first attempt at running (applet or application) generated a lib error: libhpi.so: No such file

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread Michael Holst
I've given the project some thought and it seems not so far fetched, if you look at Novell 5 they sport a Java desktop for administration. If speed is a factor we may need to get source to the JDK, but that's not hard. The project is quite interesting, I'd like to be in contact. - Michael --

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread Gerald de Jong
On Wed, 30 Jun 1999, Tony Dean wrote: > >%_Cliff Baeseman wrote: > > so I have started building a desktop on top of a minimal RH > > 6.0installation. > What is the minimal RH 6.0 in this context? Are you doing without X > somehow? that would be a fabulous approach! there must be a pared down ker

Re: Linux Desktop based on JDK 1.2

1999-06-29 Thread Tony Dean
Cliff Baeseman wrote:  I do not know if anyone is interested in this yet but here goes.    I am not happy with the GNOME or the KDE desktops Havn't tried Gnome yet but I understand that it is window manager neutral. I have used CDE extensively and don't care much for KDE. Put KDE on my machine a

Re: Linux Desktop based on JDK 1.2

1999-06-29 Thread Michael Holst
Wont this be painfully slow?? - Michael > Cliff Baeseman wrote: > > I do not know if anyone is interested in this yet but here goes. > >I am not happy with the GNOME or the KDE desktops so I have started > building a desktop on top of a minimal RH 6.0 > installation. I am using JBuilder3 o

Linux Desktop based on JDK 1.2

1999-06-29 Thread Cliff Baeseman
I do not know if anyone is interested in this yet but here goes.      I am not happy with the GNOME or the KDE desktops so I have started building a desktop on top of a minimal RH 6.0 installation. I am using JBuilder3 on windows to code the desktop. This is working out very well and JBuild

Re: JDK 1.2 for Linux on Sparc

1999-06-28 Thread Larry Gates
>From: Steve Byrne <[EMAIL PROTECTED]> >Date: 27 Jun 1999 20:12:54 -0700 >> Hi everybody, >> >> I have in my Office an Sparc 5 running Linux. >> Now I want to use this machine for programming in Java. >> >> So I'm looking for JDK 1.2

Re: JDK 1.2 for Linux on Sparc

1999-06-27 Thread Steve Byrne
[EMAIL PROTECTED] writes: > > Hi everybody, > > I have in my Office an Sparc 5 running Linux. > Now I want to use this machine for programming in Java. > > So I'm looking for JDK 1.2 for that machine. > Is there already an beta-version available for sparc-linux.

JDK 1.2 for Linux on Sparc

1999-06-27 Thread Ralf . Orlowski
Hi everybody, I have in my Office an Sparc 5 running Linux. Now I want to use this machine for programming in Java. So I'm looking for JDK 1.2 for that machine. Is there already an beta-version available for sparc-linux. If there is one, I would appreciate any hints, where to find it.

JDK 1.2 and RedHat 6.0

1999-06-23 Thread Anonymous
Whenever I try to run any of the demos in demo/jfc/*, such as SwingSet, I get the following error: Error loading L&F: java.lang.IllegalArgumentException: Raster IntegerInterleavedRaster: width = 64 height = 64 #Bands = 3 #DataElements 1 xOff = 0 yOff = 0 dataOffset[0] 0 is incompatible with Color

JDK 1.2 and RedHat 6.0

1999-06-23 Thread Anonymous
Whenever I try to run any of the demos in demo/jfc/*, such as SwingSet, I get the following error: Error loading L&F: java.lang.IllegalArgumentException: Raster IntegerInterleavedRaster: width = 64 height = 64 #Bands = 3 #DataElements 1 xOff = 0 yOff = 0 dataOffset[0] 0 is incompatible with Color

Re: Need help in Compiling with JDK 1.2

1999-06-19 Thread Anonymous
Tony T wrote: > > Hi,I downloaded JDK 1.2 (jdk1_2pre-v2) for Linux from www.blackdown.org. > After installed it on Redhat 5.2 in /usr/local > directory, when I tried to test compiling it: > javac hello.java > > I got the following errors: > /usr/local/jdk1.2/bin/i386/nat

Re: Need help in Compiling with JDK 1.2

1999-06-19 Thread Anonymous
> Hi,I downloaded JDK 1.2 (jdk1_2pre-v2) for Linux from www.blackdown.org. > After installed it on Redhat 5.2 in /usr/local > directory, when I tried to test compiling it: > javac hello.java > > I got the following errors: > /usr/local/jdk1.2/bin/i386/native_threads/ja

Re: JDK 1.2 on slackware ?

1999-06-16 Thread Anonymous
I am also facing the same problem. I guess it's because of improper libc version. My system has Slackware 2.0.34 with libc5.4.44. But jdk1.2 distributions ported so far are only for glibc libraries. So, with libc5 one will get the following errors. (I got them as well). After that, I tried to ins

JDK 1.2 on slackware ?

1999-06-16 Thread Anonymous
Does jdk1.2 run on Linux 2.0.35 (slackware)? Here is what I get when I try to execute a demo gray:~/java2/jdk1.2/demo/jfc/SampleTree[572] java SampleTree /home/antoy/java2/jdk1.2/jre/bin/realpath: /home/antoy/java2/jdk1.2/jre/bin/i386/realpath: No such file or directory /home/antoy/java2

Re: Problems with JDK 1.2 v2!

1999-06-16 Thread Anonymous
Hi! Now i tryed somw ldd commands and first found that there some libraries could not be found. Now I extended the LD_LIBRARY_PATH the librarys would be found but nothing works. Remember all libraries are with the right permissions and all libraries will be found. Ciao! ---

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-12 Thread Steve Fink
> So what can you do? Either of the following should work: > > * Run `configure' with the same prefix argument you've used for glibc 2.0.x > so that the same paths are used. > * Replace /lib/ld-linux.so.2 with a link to the dynamic linker from glibc > 2.1. > > You can even call the dynamic

RE: JNI problems with JDK 1.2 Pre2 (crashing Linux) -> solved!

1999-06-10 Thread Marcel Ruff
orldAwt.java invoked thru C++/JNI is crashing my Linux box! > >My first Linux crash after 3 years :-( >It eats up all my memory 128MB + swap 128MB in a few seconds. > >The same HelloWorldAwt.java works well with JDK 1.1.x - JNI (C++ >invoked) >

Re: jdk-1.2 and redhat 6.0

1999-06-09 Thread Jim Hazen
> José Luis Gonçalves wrote: > > Hi! > > it is possibel this combination, I try and try, nothing ... > In a Debian system i have succeed ... not in redhat ... > > any help ? I'm running RH 6 and jdk1.2pre2, aside from some Native threading issues it works great. Make sure you DL the glibc 2.1

Re: jdk-1.2 and redhat 6.0

1999-06-09 Thread Javier Bolaños Molina
José Luis Gonçalves wrote: > Hi! it is possibel this combination, I try and try, nothing ...In a > Debian system i have succeed ... not in redhat ... any help ? Yep! would you get the jdk 1.2 pre2 for glibc 2.1, if not what are you waintin' for?, if you do what's exa

jdk-1.2 and redhat 6.0

1999-06-09 Thread José Luis Gonçalves
Hi!   it is possibel this combination, I try and try, nothing ... In a Debian system i have succeed ... not in redhat ...   any help ?     tnx   Ze luis

JNI problems with JDK 1.2 Pre2 (crashing Linux)

1999-06-09 Thread Marcel Ruff
Hi, My AWT HelloWorldAwt.java invoked thru C++/JNI is crashing my Linux box! My first Linux crash after 3 years :-( It eats up all my memory 128MB + swap 128MB in a few seconds. The same HelloWorldAwt.java works well with JDK 1.1.x - JNI (C++ invoked) and invoked with JDK 1.2 Pre2 directly

AW: JDK 1.2 pre 2 & SuSE 6.1

1999-06-06 Thread Nolte, Holger
hi, I use blackdown jdk1.2 on my suse 6.1 and have no problems.So look on the SUSE CD to get the missing library. Holger -Ursprüngliche Nachricht- Von: Ramiro Diaz Trepat [mailto:[EMAIL PROTECTED]] Gesendet am: Sonntag, 6. Juni 1999 02:58 An: [EMAIL PROTECTED] Betreff: JDK 1.2 pre 2

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-06 Thread Andreas Jaeger
> Elena Vorisi & Edoardo Comar writes: Elena> Hi. Elena> excuse me, it surely is a newbie question ... Elena> assuming my system is using glibc2.1, which resides in /lib Elena> why can't I install a glibc2.0 in a /glibc2.0 directory under my home dir Elena> and have only selected apps (as f

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-06 Thread Elena Vorisi & Edoardo Comar
Hi. excuse me, it surely is a newbie question ... assuming my system is using glibc2.1, which resides in /lib why can't I install a glibc2.0 in a /glibc2.0 directory under my home dir and have only selected apps (as for instance jdk12_pre_v1) use it, executing them from a shell where I have set

jdk 1.2 prev 2

1999-06-05 Thread Rajiv Sankranti
Hi, I think this question has been answered so please bear with me. I installed the latest blackdown jdk1.2 prev 2 and I get the following messages whenever I try to launch an application. Warning: JIT compiler "sunwjit" not found. Will use interpreter. Font specified in font.properties not found

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-05 Thread Steve Byrne
libc libraries ? I had similar Well, that and the glibc 2.1 Motif libraries. "Just a recompile" I doubt that many of you have any concept of what "just a recompile" means when building JDK 1.2 -- it's a 2 hour process these days on reasonably fast hardware. -- ---

Re: JDK 1.2 pre 2 & SuSE 6.1

1999-06-05 Thread Chris Hansson
Actually, no I did install the glibc2.0 version, I made sure of that. However I found the problem. I noticed that when I accidentally forgot to exit out of 'su' once and ran the 'java -version', it did NOT complain about not finding sunwjit... So that told me there might be some access problems on

Re: JDK 1.2 pre 2 & SuSE 6.1

1999-06-05 Thread Stefan Proels
> Hi, I've just untarred the new jdk on my SuSE 6.1 > and I got an error because it seems that I have no libhpi.so on my > system. > Should I have one ? Is it possible to run this JDK on SuSE 6.1 ? > I searched this thread and I didn't find any previous messages regarding > this > library. This

JDK 1.2 pre 2 & SuSE 6.1

1999-06-05 Thread Ramiro Diaz Trepat
Hi, I've just untarred the new jdk on my SuSE 6.1 and I got an error because it seems that I have no libhpi.so on my system. Should I have one ? Is it possible to run this JDK on SuSE 6.1 ? I searched this thread and I didn't find any previous messages regarding this library. Thanks in advance R

Re: jdk 1.2 and glibc 2.1 revisited...

1999-06-03 Thread Conrad O'Dea
thanks, I have 117_v3 but I'm wondering when 1.2 will be available. -- dog writes: >codea wrt: >> does any one have and indication as to when a version of the jdk 1.2 >> will be available that is compatible with glibc 2.1? Couldn't find >> the answer in the a

Re: jdk 1.2 and glibc 2.1 revisited...

1999-06-03 Thread dog
codea wrt: > does any one have and indication as to when a version of the jdk 1.2 > will be available that is compatible with glibc 2.1? Couldn't find > the answer in the archive or FAQs. jdk117_v2 or jdk117_v3. dog ---

jdk 1.2 and glibc 2.1 revisited...

1999-06-03 Thread Conrad O'Dea
Hi all, does any one have and indication as to when a version of the jdk 1.2 will be available that is compatible with glibc 2.1? Couldn't find the answer in the archive or FAQs. thanks, conrad -- To UNSUBSCRIBE, ema

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-02 Thread Nathan Meyers
Terry Sikes wrote: > > Nathan Meyers wrote: > > > There was an interesting comment in a column in the current Linux > > Journal: evidently glibc 2.0 was an "experimental" release. Problem > > is... it was a widely adopted experimental release. The JDK is in good > > company: many applications we

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-02 Thread Terry Sikes
Nathan Meyers wrote: > There was an interesting comment in a column in the current Linux > Journal: evidently glibc 2.0 was an "experimental" release. Problem > is... it was a widely adopted experimental release. The JDK is in good > company: many applications were broken by the move to 2.1, whic

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-02 Thread Nathan Meyers
Stefan Proels wrote: > It is not really a "limitation", it's an incompatibility. RH6 is based > on glibc2.1, while JDK1.2 with native threads currently only works with > glibc2.0. Both have pthread support, but some details are different. > The people porting the JDK have stated that this problem

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-02 Thread Stefan Proels
> It seems the consensus "solution" for running the 1.2 JDK under RH6 is to be > SURE you are running green threads (in addition to disabling the JIT). All > the associated comments seem to echo "RH6 doesn't support native threads". > What does this REALLY mean ? > > Does this mean that pthread

RedHat 6, JDK 1.2. native threads & JNI

1999-06-02 Thread Andy Levine
It seems the consensus "solution" for running the 1.2 JDK under RH6 is to be SURE you are running green threads (in addition to disabling the JIT). All the associated comments seem to echo "RH6 doesn't support native threads". What does this REALLY mean ? Does this mean that pthread support is mi

Re: Fixing spaced out fonts in JDK 1.2 pre-v1

1999-05-28 Thread Paolo Ciccone
Thank for this fix it worked beatifully. --Paolo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

JDK 1.2 release

1999-05-27 Thread Morris Ford
Do you have an expected date for a full release of the Linux JDK 1.2. Any information would be greatly appreciated. Thank You Morris Ford _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

RedHat 6.0 and jdk 1.2

1999-05-27 Thread Andre DESNOYERS
Hello, Can you say some details (and where are sources of jdk2) to prepare an rpm for RedHat 6.0. Or more simply (if you do this) when it well be ok. A.D. -

Re: Fixing spaced out fonts in JDK 1.2 pre-v1

1999-05-26 Thread Kenneth W. Flynn
At 03:05 PM 5/26/99 +0100, Stephen Perry wrote: >Hi, > >We were sick of looking at the spaced out fonts from JDK 1.2 pre-v1 >and none of the several fixes that we tried seemed to work. After a >concerted effort we came up with this workaround. > >1. Install the URW fonts (fro

Fixing spaced out fonts in JDK 1.2 pre-v1

1999-05-26 Thread Stephen Perry
Hi, We were sick of looking at the spaced out fonts from JDK 1.2 pre-v1 and none of the several fixes that we tried seemed to work. After a concerted effort we came up with this workaround. 1. Install the URW fonts (from http://www.gimp.org/fonts.html and other places). Redhat users may have

Re: [Fwd: JDK 1.2 and SuSE 6.1]

1999-05-26 Thread jais
nux-Beginner. Maybe you have another idea how to help me Thank you Markus jais wrote: > > -------- > > Subject: Re: JDK 1.2 and SuSE 6.1 > Date: Tue, 25 May 1999 22:15:00 -0400 > From: daly <[EMAIL PROTECTED

Re: JDK 1.2 and SuSE 6.1

1999-05-25 Thread daly
jais, it seems that you might have a later version of the libstdc file. look in the /lib directory (or maybe /usr/lib) for the libstdc* files. you probably have one like libstdc++-lib6.1-1.so.2. if so, do ln -s libstdc++-lib6.1-1.so.2 libstdc++-lib6.0-1.so.2 tim daly [EMAIL PROTECTED] >

  1   2   3   4   >