javac e java command-line

Trajcek

New Member
Assuming I have the following folder structure ('source' and 'classes' are on the same level):
  • myProject
    • sourcecom
    • wickedlysmart MyClass.java
[*]classes
  • com
  • wickedlysmart
    • MyClass.class
Which command 'java.exe' I would use to run the class MyClass.class, admitting that I was in folder 'source'?
 
Top