yes you were right I didn't use a JDK but I got an error the first
time I run it.
I didn't pay attention to the error and it doesn't show up in
the log file.
But the next times I run it, there were no errors, but it didn't
generate stub and skeleton.
I'm concerned about the length of the
classpath.
The classpath was cut of in the error message I got when I
didn't us the jdk. I know there is a limitation in the NT/2000 command line.
Anyway ... sorry about that, maybe you are able to find out what might
be the cause, if not, I'm going to have a look at it too, and maybe I can give
you a little bit more next time.
Thanks
Rico
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Error dialog
Logged In: YES
user_id=543473
You said you have a JRE. You need a full JDK. Only JDK
has the rmi compiler (rmic)
Logged In: YES
user_id=515280
Hi,
yes you were right I didn't use a JDK but I got an error the first
time I run it.
I didn't pay attention to the error and it doesn't show up in
the log file.
But the next times I run it, there were no errors, but it didn't
generate stub and skeleton.
I'm concerned about the length of the
classpath.
The classpath was cut of in the error message I got when I
didn't us the jdk. I know there is a limitation in the NT/2000 command line.
Anyway ... sorry about that, maybe you are able to find out what might
be the cause, if not, I'm going to have a look at it too, and maybe I can give
you a little bit more next time.
Thanks
Rico
Logged In: YES
user_id=543473
I think there should not be a problem.
Did you ask to generate source files ?
(Try invoking the builder using right click menu on the project).
How long is your classpath ?
Try using version 1.2.0 (alpha), and use the "internal"
compiler option. It should not have any limit on the
arguments length.
Genady