Ian,

I don't think there is a way, I'm sorry to say.  You need createObject()

Mark

On 3/2/07, Ian Skinner <[EMAIL PROTECTED]> wrote:
>
> Is there any way to access java when createObject() and <cfobject...> are
> disabled by the host?
>
> I.E. Can code like this be rewritten in some manner to work in this
> environment?
>
> //Create a java Array to hold our URLObject
>   var ArrayClass = CreateObject("java","java.lang.reflect.Array");
> //Create an instance of java.net.URL for passing to the URLClassLoader
>   var URLObject = CreateObject('java','java.net.URL').init("file:" &
> currentDirectory);
>
>
> P.S. This is the famous image properties component... are they any
> versions designed to work in environments without access to createObject()
> or <cfobject...> functionality?
>
> --------------
> Ian Skinner
> Web Programmer
> BloodSource
> www.BloodSource.org
> Sacramento, CA
>
> ---------
> | 1 |   |
> ---------  Binary Sudoku
> |   |   |
> ---------
>
> "C code. C code run. Run code run. Please!"
> - Cynthia Dunning
>
> Confidentiality Notice:  This message including any
> attachments is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the
> intended recipient, please contact the sender and
> delete any copies of this message.
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271196
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to