The JAR file itself must be included in the classpath, not just the
directory. If you only place the directory in the classpath it will start
looking for compiled class files in the those directories.
C:\somedirectory\lib
cfxtag.class
C:\somedirectory\jars
someclasses.jar
Classpath=C:\somedirectory\lib;C:\somedirectory\jars\someclasses.jar
rish
-----Original Message-----
From: Andrew Scott [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004 7:22 PM
To: CF-Talk
Subject: RE: Again Java CFX
The path that the jar file is in is located in a path with other jar files
that are working when I use CreateObject, so what do you mean by need to add
it to the classpath when I said that it is in a classpath that can be used
by CFMX? Don't understand what you mean!
Regards
Andrew Scott
Technical Consultant
NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205
Phone: 03 9686 0485 - Fax: 03 9699 7976
_____
From: Guy Rish [mailto:[EMAIL PROTECTED]
Sent: Friday, 28 May 2004 10:11 AM
To: CF-Talk
Subject: RE: Again Java CFX
Andrew,
JARs are not automatically traversed. You need to specifically add the JAR
file to the classpath.
rish
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

