As above said the java installed is gcj. If you are installing the Sun java or open jdk then its better to remove gcj.
The reason for that is 1. GCJ contains java core modules relaated to unix kernal so if you are going to develop platform independent application then it woulds cause some problems. 2. If you are using Swing then the gui in GCJ would be gnamoe based and again if you use already built java code written in windows platform, then your UI will be messy 3. One of My advice is that use any of the IDE like Kdevelop or Eclipse so that the comilation will be proper -- Regards Rajesh Kumrar. R. K www.rkrajeshkumar.in _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
