Archive for the ‘Java’ Category

  • How do I set my java classpath?

    Sunday, February 21st, 2010

    Problem Linux uses Red Hats java package instead of the Sun jdk. Reason The java interpreter from the standard Red Hat installation is placed in /usr/bin, which is in the path where Linux search for executables. This will be used be default if you don’t specify otherwise. To find the java classes, you also have [...]