 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Priscilla Guest
|
Posted: Fri Jul 02, 2004 4:52 pm Post subject: com.sybase.CORBA.UnknownException |
|
|
I am using JBuilderX and EAServer5.0
Here is my code:
Properties props = new Properties();
props.put("org.omg.CORBA.ORBClass", "com.sybase.CORBA.ORB");
ORB orb = ORB.init(new String[0], props);
Manager manager = ManagerHelper.narrow(orb.string_to_object("iiop://localhost:9000"));
On the last line I get the following error:
java.lang.NoClassDefFoundError: com/sybase/CORBA/UnknownException
This code has worked fine before, I have no idea why it would start to throw this error. And no, there is no com.sybase.CORBA.UnknownException that I could find. I do, however, have a org.omg.CORBA.portable.UnknownException, but that doesn't seem to help.
Can anyone help?
Thanks,
Priscilla
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|