java.lang.ClassNotFoundException: java.rmi.server.UnicastRemoteObject
Hey guys, I did a quick search of the forum and couldn't really find anything that directly pertained to my issue at hand. I apologize in advance if this question has been asked before and if it has I'd appreciate if someone would be courteous enough to post a link to the response.
As the thread title suggests, my problem involves the class java.rmi.server.UnicastRemoteObject, and its apparent fondness of not existing. I get the following error when I attempt to run rmic -v1.2 to set up my stub classes:
java.lang.ClassNotFoundException: java.rmi.server.UnicastRemoteObject not found
in [file:.\, <whole bunch of \bins, etc>, file:.\, core:/]
at 0x0042c9ce (Unknown Source)
at 0x0042cec2 (Unknown Source)
at 0x0042cef5 (Unknown Source)
at 0x0041650b (Unknown Source)
at 0x00418721 (Unknown Source)
at 0x0041875a (Unknown Source)
at 0x0049321a (Unknown Source)
at 0x00494a4b (Unknown Source)
at 0x00427398 (Unknown Source)
at 0x00419d2b (Unknown Source)
at 0x0042e9ef (Unknown Source)
at 0x0043098f (Unknown Source)
at 0x00430c6f (Unknown Source)
at 0x004197c5 (Unknown Source)
at 0x00427071 (Unknown Source)
at 0x004d11b8 (Unknown Source)
at 0x004930b7 (Unknown Source)
at 0x00494a4b (Unknown Source)
at 0x00427398 (Unknown Source)
at 0x00419ced (Unknown Source)
at 0x0042343f (Unknown Source)
at 0x004077b4 (Unknown Source)
at 0x00407b32 (Unknown Source)
at 0x00407f59 (Unknown Source)
at 0x004084ee (Unknown Source)
at 0x00407941 (Unknown Source)
at 0x00486421 (Unknown Source)
at 0x0042a6ee (Unknown Source)
at 0x00432e80 (Unknown Source)
at 0x00409eb7 (Unknown Source)
at 0x00409f87 (Unknown Source)
at 0x004012c8 (Unknown Source)
at 0x004011e2 (Unknown Source)
at 0x00401234 (Unknown Source)
at 0x7c816fd3 (Unknown Source)
I've tried adding all sorts of different locations to the classpath, I've downloaded a new version of java, updated the one I already had, anything and everything but C:\Program Files\kitchensink, basically, and the file is never found. the extraneous "file:.\" and especially the "core:/]" part concern me a bit. Is the "core:/]" just there because that particular executable failed or is it there somehow from before? Either way my real question is whether or not anyone can diagnose the problem, and if so, what is the cure? Thanks guys.
Message was edited by:
username_already_exists

