maccamlc
08-27-2002, 02:39 AM
I have just got Red Hat Linux 7.3 last night, and installed it. It is working, except the (win)modem, but thats no problem, as I didn't intend to use it for the Internet.
I have just begun studying Java at Uni, and got a CD, which says;
Steps for setting up Java on Unix with tsch
1.
in the ~/.cshrc file add the following lines
alias jc javac -d ~/Java/classes
setenv JAVA_COMPILER NONE
setenv CLASSPATH .:$HOME/Java/classes
2.
source ~/.cshrc
3.
mkdir Java
cd Java
mkdir classes
mkdir Source
cd Source
then try files, etc.
The cd also has a Linux, Javasoft and Blackdown JDK.
I entered the code and everything above, and got the files off the cd, but don't know how to install the JDK.
It would be appreciated if someone could advice me on how to set this up, as its obviously not as easy as clicking on it in gnome, lol! and also if the above would be all thats needed to run java files.
Also, with the required uni text book there is a keyboard class for us to put on the system. For windows it says to put it in classes/cs1, would this be the same with the above code (I really have no clue, but will hopefully later in the course.:)
I am also wondering, if like windows there are any programs such as JCreator or JGrasp to help with the coding, or is it just the text editor like pico?
Thanks for any help :)
I have just begun studying Java at Uni, and got a CD, which says;
Steps for setting up Java on Unix with tsch
1.
in the ~/.cshrc file add the following lines
alias jc javac -d ~/Java/classes
setenv JAVA_COMPILER NONE
setenv CLASSPATH .:$HOME/Java/classes
2.
source ~/.cshrc
3.
mkdir Java
cd Java
mkdir classes
mkdir Source
cd Source
then try files, etc.
The cd also has a Linux, Javasoft and Blackdown JDK.
I entered the code and everything above, and got the files off the cd, but don't know how to install the JDK.
It would be appreciated if someone could advice me on how to set this up, as its obviously not as easy as clicking on it in gnome, lol! and also if the above would be all thats needed to run java files.
Also, with the required uni text book there is a keyboard class for us to put on the system. For windows it says to put it in classes/cs1, would this be the same with the above code (I really have no clue, but will hopefully later in the course.:)
I am also wondering, if like windows there are any programs such as JCreator or JGrasp to help with the coding, or is it just the text editor like pico?
Thanks for any help :)