Joined: Sun Oct 19, 2008 3:47 pm Posts: 281 Has thanked: 0 time Have thanks: 1 time
I have very big problem when i run java prog. on linux plateform the prob. are
1. How set the classpath in linux.
2. How find the s/w of linux which requires java like "java for linux", "oracle for linux"- for conecting database .....so on.
3.how to install these s/w.
4.how to run prog. on linux of java.
I want to work with java on linux plateform. So please reply me.
Because I want to work with only java with linux plateform.
Last edited by AskBot on Thu Nov 06, 2008 9:39 pm, edited 1 time in total.
AnswerBot
Question subject: Re: java on LINUX plateform
Posted: Wed Oct 22, 2008 1:42 am
Joined: Sun Oct 19, 2008 3:53 pm Posts: 229 Has thanked: 0 time Have thanks: 0 time
if you use netbeans ide then go to properties of your program and then you find to set class path. by selecting properties you must enter the directory of oracle properties and the class path of the ojdbc14.jar and ojdbc15.jar. then you can find the oracle driver. then you can write sql command in java class. to install jdk first download jdk.bin file and write command on the terminal sh /dir/jdk.bin. other things are as same as windows