I am trying to compile a software using javac. The problem is i removed open-jdk using yum remove and downloaded sun jdk and installed it in the /usr/java folder.
I don't know how to figure out if the current jvm is openjdk running or sunjdk.
I removed the java and javac files from the /usr/bin folder and made the PATH variable contain the new path in /usr/java/jdk1.6-0/bin.
I still see the java file in bin folder everytime I restart the system.
Could some one help me with this?
Also if this is gonna be helpful, I am trying to compile a software and it gives the following warnings:
List is a raw type. References to generic type List should be parameterized
I think it is because of open-jdk. I'm not able to figure out how to completely remove open-jdk.
Thanks
java and javacin your/usr/binare probably just soft links copied over by your linux distro/jdk. – asgs Mar 21 '11 at 22:34