Jeff

I am coming form a Mac OS X perspective.

On OS X, you can just drop your jar file into:

    /Library/Java/Extensions

and Java will find it.

Further, from the command line you can use the

    jar

command  to list the contents of the jar file

I assume you have the equivalent capabilities on a PC.

HTH

Dick

On Mar 15, 2004, at 9:11 AM, Jeff Chastain wrote:

> Thanks, Dave.��I will have to go back and do some research there, but
> in all
>  likelyhood, there is not a class named 'edk' there.
>
>  My lack of Java knowledge is showing.
>
>  Thanks for the help.
>  -- Jeff
>
>  Quoting Dave Watts <[EMAIL PROTECTED]>:
>
>  > > I have been attempting to get ColdFusion to recognize the
>  > > Plumtree Software developers kit that is in Java format.��The
>  > > actual file I am needing is 'edk.jar'.
>  > >
>  > > The jar file is located on the server at the following path:
>  > >
>  > >���c:\Plumtree\ptedk\5.0\devkit\java\WEB-INF\lib\edk.jar
>  > >
>  > > I have put this full path in the CFMX Class Path under JAVA
>  > > and JVM Settings.��I restared CFMX and then restarted the
>  > > whole server after submitting the changes.
>  > >
>  > > However, when I execute the following snippet ....
>  > >
>  > >���<cfobject action="" type="Java" class="edk"
> name="edkTest">
>  > >���<cfdump var="#edkTest#">
>  > >
>  > > I get the following error message ...
>  > >
>  > >���Object Instantiation Exception.
>  > >���Class not found: edk
>  > >
>  > > Is there a difference between a .class file and a .jar file
>  > > in this case?��What am I missing?
>  >
>  > Are you sure that within the JAR file, there's a class called edk?
> A JAR
>  > file is essentially just a ZIP file containing one or more Java
> classes.
>  >
>  > Dave Watts, CTO, Fig Leaf Software
>  > http://www.figleaf.com/
>  > phone: 202-797-5496
>  > fax: 202-797-5444
>  >
>  >
>  >
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to