Skip to main content

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


This would make for a good plugin, like the one released recently that adds an Appletviewer launch configuration for all classes that subclass Applet.

David
--
David Whiteman
OTI Raleigh
david_whiteman@xxxxxxx




"Scott Stirling" <scottstirling@xxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

05/17/2002 08:57 AM
Please respond to eclipse-dev

       
        To:        <eclipse-dev@xxxxxxxxxxx>
        cc:        
        Subject:        RE: [eclipse-dev] eclipse and RMI


Hi,

Good question.  A context-menu option for running rmic would be a good
feature, or maybe even an automatic rmic compiler for any class that
extends RemoteObject.  I ran into the same problem a week ago and worked
around it with a shell script and didn't think to log a feature request.

For the time being, did you try putting tools.jar in the Ant classpath?
That should fix the error when using Ant to run rmic.

Scott Stirling
Framingham, MA




Back to the top