RMI setup error ?
When I try to RMIC compile my classes I get this error:
error: Class HelloImpl not found.
1 error
External tool 'rmic' completed with exit code 1
My edit Tool:
Program: C:\jdk1.3.1_03\bin\rmic.exe
Parameters: -d $OutputPath$ $FileClass$
Working directory:C:\IntelliJ_IDEA_2.6\workspace\plus\src\
my *.java:
C:\IntelliJ_IDEA_2.6\workspace\plus\src
(Hello.java & HelloImpl.java)
and my *.class:
C:\IntelliJ_IDEA_2.6\workspace\plus\class
(Hello.class & HelloImpl.class)
Can anyone help ?
Please sign in to leave a comment.