Index:
[thread]
[date]
[subject]
[author]
From: Jason Grosland <jcg3@cs.duke.edu>
To :
Date: Thu, 1 Apr 1999 22:18:19 -0500
Re: adventure
On Thu, 1 Apr 1999, Michael Abernethy wrote:
> do we have to put the swing.jar file in our account and link it in our
> CLASSPATH, or is it on the acpub system somewhere where we can link it??
yes, set your classpath by putting the following line in your .cshrc:
setenv CLASSPATH .:..:/afs/acpub/project/cps/pkgs/java/lib/swingall.jar
and you'll have to refer to the swing components you want to use as
com.sun.java.swing.* instead of java.awt.swing.*
you may also want to add the jgl jar file to your classpath as well:
setenv CLASSPATH .:..:/afs/acpub/project/cps/pkgs/java/lib/swingall.jar:\
/afs/acpub/project/cps/pkgs/jgl/lib/jgl3.1.0.jar
think about including your own java directory as part of your classpath if
you want as well...
...jason
- By all means, think outside of the box. -
- Just put everything back when you're done. -
Index:
[thread]
[date]
[subject]
[author]