Hi,
i have a problem. I downloaded the new Jdeveloper 10.3.1. When a try to
run a class i always receive the error: "process exited with exit code
128". The compilation is correct. My OS is Win2003 server SP1, but i
tried in a pc with the same OS and it works correctly.
If i run the class from command line without the -ojvm option it works
correctly.
Someone has got an idea?
Rhino - 15 Mar 2006 14:47 GMT
> Hi,
> i have a problem. I downloaded the new Jdeveloper 10.3.1. When a try to
[quoted text clipped - 4 lines]
> correctly.
> Someone has got an idea?
According to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/syst
em_error_codes__0-499_.asp,
error 128 is:
ERROR_WAIT_NO_CHILDREN - There are no child processes to wait for.
I know what a child process is but I'm not sure what the message is
implying; it sounds like JDeveloper has tried to wait for a child process to
finish but can't find any to wait for and doesn't know what to do in that
situation. Unless you have manually killed those child processes yourself, I
can't think of an obvious way that you can resolve this problem by your own
action.
You could try reporting this to the JDeveloper developers and see if they
have a resolution, otherwise you may want to try another IDE.
--
Rhino