Ricky wrote:

> Hi Toby ,
> 
>   I am using jdk1.2.2. It something wrong with the jdk .

If you're using 1.2, where are you getting the javax.rmi stuff from?
It's not part of 1.2, there's a download from Sun with it. Have you
downloaded that and added it to your classpath somehow (maybe jre/lib/ext?)?

Generally 1.3 is preferable, but I think 1.2 should work.

After a bit of digging, I found out that PortableRemoteObject, in 1.3 at
least, definitely reads orb.properties if it's in the classpath, so
check for that.

Toby.

> Toby Allsopp wrote:
> 
>> On Fri, Mar 02, 2001 at 08:45:45AM +0800, Ricky wrote:
>> 
>>> Hi Toby,
>>>   when  #echo $CLASSPATH ....
>>>      /usr/local/java/common/postgresql.jar
>>> 
>>>   That it is . nothing else.
>> 
>> Well, unless there is something sinister in that jar file, I'm stumped.
>> 
>> You're using JDK 1.3, right?
>> 
>> Looking at the javax.rmi docs, it seems that you have the VisiBroker class
>> specified in the system property "javax.rmi.CORBA.PortableRemoteObjectClass".
>> 
>> Is there a file in your $JRE_HOME/lib/ext directory or somewhere that
>> specifies this? Perhaps orb.properties?



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]

Reply via email to