unsubsribe
Re: J2SE 1.4 & Linux & i686/green_threads
I tried installing JDK 1.3.1 for Linux from Sun, but it does not have the bin/i686 directory either. It only contains the bin/i386 with both the green_threads and native_threads directory. Does anyone know where to get the JDK 1.3.1 bin/i686 directory? I've tried symbolic links from bin/i686 to bin/i386 but that did not work. That led to problems with loading libhpi.so which I added to my path environment variable which only led to more problems. Danny My System Setup: Suse Linux 7.2 Kernal 2.4.4 glibc 2.2.2-38 - Original Message - From: "Greg Lewis" <[EMAIL PROTECTED]> To: "Danny" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 11:39 PM Subject: Re: J2SE 1.4 & Linux & i686/green_threads > On Thu, Jul 26, 2001 at 10:04:47PM -0700, Danny wrote: > > I downloaded the J2SE v 1.4.0 Beta version for Linux from Sun, > > http://java.sun.com/j2se/1.4/, and applications requiring > > Java_Home/bin/i686/green_threads/java won't run. After unpacking > > J2SE 1.4 beta, only Java_Home/bin/i386/native_threads were installed > > on my system. The JDK 1.1.8 bin directory contains an i386, i486, > > i586, & i686 directory and each of these directories contains a > > green_threads and native_threads directory. My question is how do > > I install i686 /green_threads and i686/native_threads in my J2SE > > v 1.4.0 /bin directory? I've tried symbolic links to the J2SE v > > 1.4 i386 directory and updating my PATH environment variable to > > point the JRE libhpi.so directory but this didn't work. Any help > > would be appreciated. > > 1.4 will only support native threads. > > -- > Greg LewisEmail : [EMAIL PROTECTED] > Eyes Beyond Mobile: 0419 868 494 > Information TechnologyWeb : http://www.eyesbeyond.com > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: J2SE 1.4 & Linux & i686/green_threads
[EMAIL PROTECTED] writes: > I tried installing JDK 1.3.1 for Linux from Sun, but it does not > have the bin/i686 directory either. It only contains the bin/i386 > with both the green_threads and native_threads directory. Does > anyone know where to get the JDK 1.3.1 bin/i686 directory? I've > tried symbolic links from bin/i686 to bin/i386 but that did not > work. That led to problems with loading libhpi.so which I added to > my path environment variable which only led to more problems. There's no need for a i686 directory, all x86 architectures use the i386 directory. Applications should use j2sdk1.3.1/bin/java and not j2se1.3.1/bin/i386/{green,native}_threads/java. If you get an error like "java was not found in /usr/local/j2sdk1.3.1/bin/i686/native_threads/java", then there is something wrong with your setup. E.g. you'll get this error when JAVA_HOME points to 1.3.1 but 'java' is from 1.1.8: % JAVA_HOME=~/testbed/j2sdk1.3.1 /usr/lib/jdk1.1/bin/java java was not found in /home/jk/testbed/j2sdk1.3.1/bin/i686/native_threads/java Juergen -- Juergen Kreileder, Blackdown Java-Linux Team http://www.blackdown.org/java-linux.html Run Java 2 SE v1.3.1 on your iPAQ: http://www.handhelds.org/pipermail/ipaq/2001-June/007221.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Cannot convert string "xxxx" to type VirtualBinding
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What's more strange is that I have the same bash prompt ( and JDK ) at my home computer, and I do not get these warning messages. On Fri, 27 Jul 2001 15:04, Jesus M. Salvo Jr. wrote: > Ever since I converted my bash prompt to something other than the > default, I have been getting the message indicated in the subject line > when I run Swing apps. ( JDK 1.3.1 Sun or Blackdown ) > > Here's what happened: > > 1) Original prompt was the default that came with RH 6.x > > 2) While on an X console, changed prompt to > http://www.shelluser.net/~giles/bashprompt/prompts/twtty.html > > 3) On a different X console where the prompt was changed, I was getting > one (1) of the messages indicated in the subject line when running Swing > apps. > > 4) I was able to workaround it by changing back the prompt, shutting > down X, change the prompt again to that fancy one on a standard, non-X > console, started X, ran the Swing from an X console ... and the problem > never happened again for 3 weeks. > > 5) But since this week ... for whatever reason, it came back but 1 but 7 > of them: > > > Warning: Cannot convert string "Escape,_Key_Cancel" to type > VirtualBinding > Warning: Cannot convert string "Home,_Key_Begin" to type > VirtualBinding Warning: Cannot convert string "F1,_Key_Help" to type > VirtualBinding Warning: Cannot convert string "ShiftF10,_Key_Menu" to > type > VirtualBinding > Warning: Cannot convert string "F10,Shift_Key_Menu" to type > VirtualBinding > Warning: Cannot convert string "KP_Enter,_Key_Execute" to type > VirtualBinding > Warning: Cannot convert string "AltReturn,Alt_Key_KP_Enter" to type > VirtualBinding > > 6) Of course, I can always change the prompt back to the default > but I was wondering what is causing this?? It only affects Swing apps + > the above prompt. > > Thanks, > > John > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjtiFt8ACgkQAvd5SY4qWYwgXACdF+HrZeVsSbVKfdf2bHitZsYF 9/oAnj4q8sWCp4sB3AcbXHE5EcoUc3Wz =G+6k -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Cannot convert string "xxxx" to type VirtualBinding
Jesus M. Salvo, Jr. <[EMAIL PROTECTED]> writes: > Ever since I converted my bash prompt to something other than the > default, I have been getting the message indicated in the subject > line when I run Swing apps. ( JDK 1.3.1 Sun or Blackdown ) [...] > Warning: Cannot convert string "Escape,_Key_Cancel" to type > VirtualBinding > > Warning: Cannot convert string "Home,_Key_Begin" to type > Warning: Cannot convert string "VirtualBinding F1,_Key_Help" to > Warning: Cannot convert string "type VirtualBinding > Warning: Cannot convert string "ShiftF10,_Key_Menu" to type This is not related to the bash prompt. These warnings are the result of small differences between the Motif versions used by Blackdown and Sun. Only Sun's version emits these warnings on some systems. Juergen -- Juergen Kreileder, Blackdown Java-Linux Team http://www.blackdown.org/java-linux.html Run Java 2 SE v1.3.1 on your iPAQ: http://www.handhelds.org/pipermail/ipaq/2001-June/007221.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]