Not recognized command
Hi all,
I've just installed the jdk1.5.0_08 and the j2sdk1.4.2_12
When I try to start the rmiregistry, it gives me the following error:
'rmic' is not recognized as an internal or external command,
operable program or batch file.
Any help would be appreciated
Thanks
[311 byte] By [
chungka] at [2007-10-3 3:18:29]

Are you saying you are running "rmiregistry" and getting an error about "rmic"?
Locate the rmiregistry/rmic executable; it should be in the bin folder of whichever version you want. You have to either use the full path name to the exe in your console command or batch file; or as a more permanent solution you have to include that bin folder in your PATH environment variable. If that folder is not in the PATH, you are surely getting the same error when trying to run java or javac or any other java tool (are you?).
Lokoa at 2007-7-14 21:10:14 >
