Download information for jikes is available at...

   http://alphaworks.ibm.com/tech/Jikes

Make sure the jikes executable is in your PATH, or fully qualify it's 
location in the "executable" tag of the server.xml file.

Mike


LouisVoo wrote:

> Hi,
>    I want to configure my orion to use jikes compiler to do some experiment,
> can anyone tell me how to do it?
> I modified the server.xml file, and did:
> <compiler executable="jikes" classpath="../lib/rt.jar" />
> rt.jar is already in orion/lib directory, do I need to get jikes executable
> file?  where can I get it? And after that what to do?
> 
> Thanks
> 
> 
> 
> 
> 
> Regards,
> 
> Louis
> ���`���,���,���`���,�����,���`���,��,���`���
> 
> ----- Original Message -----
> From: "Santosh Kumar" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Friday, December 01, 2000 3:44 AM
> Subject: Re: class cast exception
> 
> 
>> Try:
>> PhoneEntryHome home = (PhoneEntryHome)
>> PortableRemoteObject.narrow(boundObject,PhoneEntryHome.class);
>> It should work fine.
>> 
>> Regards,
>> Santosh.
>> 
>> ----- Original Message -----
>> From: Marcus Lankenau <[EMAIL PROTECTED]>
>> To: Orion-Interest <[EMAIL PROTECTED]>
>> Sent: Friday, December 01, 2000 3:51 PM
>> Subject: class cast exception
>> 
>> 
>>> Hi!
>>> 
>>> I've started developing a very simple phonebook application for
>>> learining purpose. The app consists of an ejb and a servlet adding and
>>> showing the phone entries. The servlet is running quite well at home,
>>> but in office I get
>>> this exception:
>>>     Exception caught: java.lang.ClassCastException:
>>> PhoneEntryHome_EntityHomeWrapper14
>>> while casting the homeinterface:
>>>    Object boundObject = context.lookup("java:comp/env/ejb/PhoneEntry");
>>> 
>>>> PhoneEntryHome home = (PhoneEntryHome) boundObject;
>>> 
>>> Any idears what is going wrong?
>>> 
>>> 
>>> thx in regards
>>> Marcus Lankenau
>>> 
>>> 
>>> 
>>> 

-- 
Mike Clark
Clarkware Consulting
Enterprise Java Architecture, Design, Development
http://www.clarkware.com 


Reply via email to