Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Kaua Costa   on Jul 15 In Java Category.

  
Question Answered By: Jackson Williams   on Jul 15

The first error indicates, that bash can't find
the executable javac. Did you check whether javac  is
in your bash path? (try the command<br>echo $PATH
<br>and check if one of the path  entries is your java/bin
directory.<br><br>Later you might discover, that under unix the classpath
entries are separated by : instead of ; as in M$
Windowze.

Share: 

 

This Question has 6 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Linux Java PATH and CLASSPATH Or get search suggestion and latest updates.


Tagged: