Take a look at the Java Tool docs:

http://java.sun.com/j2se/1.3/docs/tooldocs/tools.html

Right at the top are links to docs on setting the classpath on Win32 and
UNIX environments.

To add a jar as an extension to the JDK, drop it in $JAVA_HOME/jre/lib/ext.
Not recommended as a general practice, but if used sparingly can be OK --
it's just easy to forget about stuff you put in there and run into
versioning problems down the road.

Scott 

-----Original Message-----
From: Bryan LaPlante
To: JRun-Talk
Sent: 7/15/01 1:07 PM
Subject: -classpath argument

Hey group,

I am starting to develop custom tags for Cold Fusion using the cfx.jar
package under CF's java/classes directory. When I compile it is
necessary to
use the -classpath cfx.jar argument at the command line. Is there any
way to
get that package into the classpath of my environment variables so that
I
don't have to use the command line argument when I compile?

I have tried to add the cfusion/java/classes path to my environment
variables and also tried copying the cfx.jar file into the lib directory
of
my jdk1.3 install, nothing seems to work.

Bryan LaPlante
816-347-8220
[EMAIL PROTECTED]
http://www.netwebapps.com
Web Development
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to