Problem with RMI in Linux
From: pepegan (pepegan_at_iespana.es)
Date: 11/26/03
- Next message: Andy Howells: "Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/mq/server/MQSESSION"
- Previous message: Amardeep Verma: "Re: Why not only one interface for a EJB ??"
- Next in thread: DaiIchi: "Re: Problem with RMI in Linux"
- Reply: DaiIchi: "Re: Problem with RMI in Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Nov 2003 02:33:41 -0800
I'm a newbie in the RMI programation.
I downloaded the sample code in Java tutorial in java.sun.com and
tried to compiled it. First, I compiled the interface class and was
going to compile the stub and skeleton. However, after typing "rmic -d
. engine.ComputeEngine" the following exception appeared:
ComputeEngine_Stub.java:40: error:Syntax error: found '{'
java.lang.Exception: exited with errorcode 1
at java.lang.Throwable.fillInStackTrace(Throwable.java:native)
at java.lang.Throwable.<init>(Throwable.java:38)
at java.lang.Exception.<init>(Exception.java:24)
at kaffe.tools.compiler.Compiler_kjc.compile(Compiler_kjc.java:53) at
kaffe.rmi.rmic.RMIC.compile(RMIC.java:828)
at kaffe.rmi.rmic.RMIC.processClass(RMIC.java:91) at
kaffe.rmi.rmic.RMIC.run(RMIC.java:74) at
kaffe.rmi.rmic.RMIC.main(RMIC.java:53)
I'm working with the lastest version of jdk for Linux.
Can you help me please??????
- Next message: Andy Howells: "Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/mq/server/MQSESSION"
- Previous message: Amardeep Verma: "Re: Why not only one interface for a EJB ??"
- Next in thread: DaiIchi: "Re: Problem with RMI in Linux"
- Reply: DaiIchi: "Re: Problem with RMI in Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|