Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] eclipse and RMI

Greetings, i'm just new in this ML. And i don't know if it is the right
place to ask my question.

I'm trying to use make eclipse compile rmi stubs. But i don't know how
to tell eclipse to do it.

I tried using ant:
<target name="compile-rmi" description="stubs RMI">
<rmic classname="AdminRMIServer.java" stubversion="1.2"
base="${src_core}" />
</target>

But i get a strange error: "Couldn't guess rmic implementation"
I have really looked on google.. it didn't find any infos.
And i also didn't found the way to use eclipse and the RMI.

Thanks a lot
Best regards,

matt

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com


Back to the top