home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 June / dpcb0698.iso / Web / VisPage / java.bin / rmic.properties < prev    next >
Text File  |  1997-07-23  |  942b  |  27 lines

  1. rmic.class.not.found=\
  2.     Class {0} not found.
  3. rmic.cant.make.stubs.for.interface=\
  4.     {0} is an interface, stubs are needed only for remote object classes.
  5. rmic.must.extend.remoteobject=\
  6.     Class {0} does not implement an interface that extends java.rmi.Remote; only remote objects need stubs and skeletons.
  7. rmic.must.throw.remoteexception=\
  8.     {0} is not a valid remote interface, method {1} must throw RemoteException.
  9. rmic.must.implement.remoteobject=\
  10.     Stubs are only needed for classes that directly implement an interface that extends java.rmi.Remote;\n\t Class {0} does not directly implement a Remote interface.
  11. rmic.can.mix.remote.nonremote=\
  12.     Remote interface {0} may not extend a non-remote interface.
  13. rmi.stub.compiler=\
  14.     RMI Stub Compiler
  15. full.class.name=\
  16.     Full Class Name:
  17. errors=\
  18.     Compilation Messages:
  19. compile=\
  20.     Compile
  21. stop=\
  22.     Stop
  23. compile.done=\
  24.     Compile successful.
  25. compile.failed=\
  26.     Compile failed.
  27.