get added to the root tree of classes if you will... meaning that
<cfobject action="" type="java"
class="com.plumtree.remote.prc.AccessLevel" name="edkTest">
Should get you what you want assuming the jar is in your class path,
got loaded, and the class is defined correctly. (the package name in
your class file should be what you use to instantiate the class)
On Wed, 11 Aug 2004 14:25:23 -0400, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Okay, I am venturing into the world of Java again and am trying to figure out
> how to insatiate an instance of a class that is stored within a package.
>
> The .jar file in question is stored at C:\plumtree\ptedk\5.0\devkit\java\WEB-
> INF\lib. I have added this path to the class path in the CFMX admin and have
> restarted the server to load it.
>
> Within this folder are many jar files, with the one I am interested
> named 'edk.jar'. Inside of this jar file is a class 'AccessLevel.class'
> located in a folder path 'com\plumtree\remote\prc'.
>
> So, the question is how do I handle the fact that this class is within a
> package? I have not been able to find a path for cfimport that will locate
> the class file ...
>
> <cfobject action="" type="java"
> class="edk.com.plumtree.remote.prc.AccessLevel" name="edkTest">
>
> Any suggestions?
>
> Thanks
> -- Jeff
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

