Re: IBM PPC 1.4.1 Question

2003-06-06 Thread erikrj
> On Fri, Jun 06, 2003 at 12:44:52AM -0700, Wilhelm Fitzpatrick wrote: >> >> On Thursday, Jun 5, 2003, at 23:09 US/Pacific, Paul Nasrat wrote: >> >> >and libc. Try setting LD_ASSUME_KERNEL manually and then run it. >> > >> >LD_ASSUME_KERNEL=2.2.5 should be linux threads. >> >> I just tried it out

Re: IBM PPC 1.4.1 Question

2003-06-06 Thread Andreas Dieling
On Friday 06 June 2003 21:08, Paul Nasrat wrote: > On Fri, Jun 06, 2003 at 12:44:52AM -0700, Wilhelm Fitzpatrick wrote: > > On Thursday, Jun 5, 2003, at 23:09 US/Pacific, Paul Nasrat wrote: > > >and libc. Try setting LD_ASSUME_KERNEL manually and then run it. > > > > > >LD_ASSUME_KERNEL=2.2.5 shou

IBM PPC 1.4.1 Question

2003-06-06 Thread erikrj
This may not be the list to ask this, but since Blackdown does not have a 1.4.x version of the JVM for PPC yet, and I was curious, I figured it couldn't hurt. Has anyone been able to get the newly released 1.4.1 development kit from IBM to work. I get core dumps whenever I run it. I have Blackdown

Thread question

2003-06-06 Thread Roberts, Adam D
Title: Thread question    I am using familiar linux with blackdown's jvm 1.3.1 on an ARM processor.  I have no problem running separate processes, but I can't seem to get any threads to start.  Is there something I need to set in the /proc file system to enable thread support?  /proc/sys/kern

Re: IBM PPC 1.4.1 Question

2003-06-06 Thread Paul Nasrat
On Fri, Jun 06, 2003 at 12:44:52AM -0700, Wilhelm Fitzpatrick wrote: > > On Thursday, Jun 5, 2003, at 23:09 US/Pacific, Paul Nasrat wrote: > > >and libc. Try setting LD_ASSUME_KERNEL manually and then run it. > > > >LD_ASSUME_KERNEL=2.2.5 should be linux threads. > > I just tried it out for mys

Re: IBM PPC 1.4.1 Question

2003-06-06 Thread Tony Reix
Oooops. I just realized you were talking of IBM JVM 1.4.1 on PPC. not on IA32. Sorry. But their information page about IBM Linux JVMs is still not up-to-date ... Regards, Tony { { > Has anyone been able to get the newly released 1.4.1 development kit from { { > IBM to work. { { { { When I last

Re: IBM PPC 1.4.1 Question

2003-06-06 Thread Tony Reix
{ > Has anyone been able to get the newly released 1.4.1 development kit from { > IBM to work. { { When I last looked at it it wasn't available for ppc - thanks for that. { { > I get core dumps whenever I run it. According to the IBM ReadMe (sdkguide.lnxia32.htm) of the IBM 1.4.1 JVM for Lin

Re: IBM PPC 1.4.1 Question

2003-06-06 Thread Wilhelm Fitzpatrick
On Thursday, Jun 5, 2003, at 23:09 US/Pacific, Paul Nasrat wrote: and libc. Try setting LD_ASSUME_KERNEL manually and then run it. LD_ASSUME_KERNEL=2.2.5 should be linux threads. I just tried it out for myself, and I seem to be seeing the same problem. LD_ASSUME_KERNEL does not appear to make

Re: focus problems under linux

2003-06-06 Thread Robert Upshall
What version of the SDK did you use on linux? I didn't noticed the problem with 1.3, but then again I have been doing more linux development since we switched to 1.4. Robert Matt Avery wrote: I have had some very strange problems running Java apps with KDE. The Oracle Java installer comes to

Re: focus problems under linux

2003-06-06 Thread David D. Lucas
You may have already checked this, but see if the Window Behavior for the window manager is "Focus follows Mouse". Set it to an alternative like "Click To Focus". It could be something with the window manager. Best Wishes, Dave Matt Avery wrote: I have had some very strange problems running Jav

Re: setting the path in rh8

2003-06-06 Thread Robert Upshall
I use Slackware but it should be the same for any linux if you use bash as your shell. add somthing like: export PATH=$PATH:/path/to/java/bin to your .bash_profile or /etc/profile Andrea Aime wrote: Kent E wrote: I know I did this once.. but it was in mandrake… now I want to know how to do

Re: focus problems under linux

2003-06-06 Thread Matt Avery
I have had some very strange problems running Java apps with KDE. The Oracle Java installer comes to mind. I always run Gnome and developed a fairly large Swing app on my Linux box ( Mandrake 8.2 then 9.0, Eclipse 2.0 then 2.1 ). We did not experience any focus problems. The other developers

Re: setting the path in rh8

2003-06-06 Thread Andrea Aime
Kent E wrote: I know I did this once.. but it was in mandrake… now I want to know how to do it in redhat..??? It's the same I guess. In your home look for .bash_profile (.profile on Suse) and set the path in it so that at each login the path will be set (and remember to logout and login back to h