Originally posted by James McGee:
The appropriate fix is to set the classpath with an entry that points to your certify folder. For example, if you had your project stored in c:\Jbuilder5\myproject\, you'd want to put C:\Jbuilder5\myproject\classes\certify; into your classpath system environment variable.
I am using Win98, i tried to place a line like the following at the end of the AUTOEXEC.BAT file:
SET PATH=C:\windows\jbproject\certify\classes\certify; %PATH%
When i click the .BAT file, it ran, and there is no prompt for input. How should i add them into my classpath system environment variable?
I think you can also start the rmiregistry from the directory that your package starts in and it will work as well. In this case that would be the classes directory.
James, could you tell me how to start the RMIRegistry from the directory my package is located? For i am using JBuilder 5 Personal, all i need to do to configure the RMIRegistry is to specify "parameters"which, i think, refers to port number and i leave it blank(default port). How can the configuration you recommended help register the server implementation object to RMIRegistry, which i am working on before i move to client side at next step?
I tried to make it but it's hard, so i post back and seek your further advice. Thanks!
Daniel