I'm using Eclipse 4.2 on Windows 7 and used the package names as it was instructed.
Can't figure out the right command line to start the server.
That's what I'm doing:
Code:
java -classpath /Practical_Java/Lesson25/bin -Djava.rmi.server.codebase=file:/Practical_Java/Lesson25/bin/ com.practicalJava.lesson25.StartServer
I'm getting:
Quote:
|
Error: Could not find or load main class com.practicalJava.lesson25.StartServer
|
What am I doing wrong here?