Re: setting the path in rh8
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 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 have it set). Best regards Andrea Aime -- 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: focus problems under linux
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 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 on the team were running Windows and we all had the same behavior in the Swing app. Robert Upshall wrote: I have a Swing application that works as I expect and want under windows but the same application under linux will not handle focus requests the same way. I updated all my requestFocus() methods to be requestFocusInWindow() like the 1.4 docs recommend and I am yet to get the result I desire. Is there any one window manager that works "best" with java? Is there anything I can do to get the same results under linux and windows? Robert -- 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]
focus problems under linux
I have a Swing application that works as I expect and want under windows but the same application under linux will not handle focus requests the same way. I updated all my requestFocus() methods to be requestFocusInWindow() like the 1.4 docs recommend and I am yet to get the result I desire. Is there any one window manager that works "best" with java? Is there anything I can do to get the same results under linux and windows? Robert -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]