Setup
This page is dedicated to setting up your galaxy account so that you can
compile Java code. If you have a Java compiler available on another system
you will have to consult your system administrator or the person who
installed the compiler to figure out how to set it up.
Setting up your account automatically
- Log in to galaxy.
- Run the command ~dbutler/bin/fixpath.
- Follow the directions on the command line.
- If you have any problems contact me.
Setting up your account manually
-
- Log on to galaxy.
- Edit the .cshrc file in your home directory.
- Modify your PATH environment variable so that you can
run the Java compiler.
Find the line in the file that says:
setenv PATH /some/directory:/some/other/directory
Add the directory /opt/java/bin to this line so that your path now
looks like this:
setenv PATH /some/directory:/some/other/directory:/opt/java/bin
Remember not to forget to put the : before adding /opt/java/bin to your
path.
- Add the line:
setenv JAVA_HOME /opt/java
- Type source .cshrc at the command line.
If you do not hava a .cshrc file in your home directory and do not know
how to modify your environment like the above steps then come and see me.
Prev Subject
Next Subject