[Techtalk] Getting Java running properly on Slackware 10

Terri Oda terri at zone12.com
Sat Oct 13 12:38:12 UTC 2007


On 13-Oct-07, at 1:25 AM, turtle wrote:

> /jdk1.6.0/bin/javac


You want this one!

And if you want to avoid having to type that whole thing out all the  
time, you can add /jdk1.6.0/bin to your $PATH variable in  
your .bashrc file by adding a line like this:

export PATH=$PATH:/jdk1.6.0/bin

If you've done that (and restarted/opened a new terminal window so it  
has taken effect), just 'javac' should work.

  Terri




More information about the Techtalk mailing list