Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jaxson Brown   on Feb 08 In Java Category.

  
Question Answered By: Randy Warren   on Feb 08

For Setting Classpath:

> Example: You want to add /home/Folder1, /home/Folder2, and /home/File3 to your
classpath in Linux

>> Solution: Type (case sensitive),

export CLASSPATH=$CLASSPATH:/home/Folder1
export CLASSPATH=$CLASSPATH:/home/Folder2
export CLASSPATH=$CLASSPATH:/home/File3

Share: 

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


Tagged: