Java Apps Blank (10.1 upgrade + Dev Tools)

bcd2

Registered
When I installed the developer tools, my java apps (limewire, jedit) are suddenly blank (I can see the window frames, but they are white). Any ideas?

[brian@sine:~/bin] which java
/usr/bin/java
[brian@sine:~/bin] java -version
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-root-010902-18:51)
Java HotSpot(TM) Client VM (build 1.3.1, mixed mode)
[brian@sine:~/bin] java
 
I'll answer my own post...

I had defined JAVA_HOME in my .tcshrc file and it was pointing to 1.3 (not 1.3.1).

All is good now... and the new java is fast and pretty!
 
Back
Top