Re: SuSE specific AWT problem: window manager

2003-02-11 Thread Vincent S. Cojot
Hello everyone, I'm by no means any kind of java developper but I'd urge you - on this specific problem - to remember that the X server also makes a -big- difference when one evaluates the performance of an X11 graphical app.. Typical things that can have a large influence are "Save Unders" and

Re: setting up JAVA_HOME variable

2002-12-18 Thread Vincent S. Cojot
s. Putting your settings in new files under /etc/profile.d will make them more resistant to updates and upgrades of the operating system. Also, if you want C-shells on the machine to also have JAVA_HOME, simply create an /etc/profile.d/java_env.csh file with C-shell syntax. I hope this helps. V