Hi! I'm using the OCA Programmer 1 Study Guide and trying to work out command line programming - previously coded only using Netbeans so whilst I understand the terminology etc i get completely lost using command line!
I've created the following two files:
C:\java\packagea\ClassA.java
C:\java\packageb\ClassB.java
In command line I've changed to
java directory and typed the following:
javac packagea/ClassA.java packageb/ClassB.java
I get the following error:
and repeated for all instances of '\'.....
I tried to run again using '\' instead of '/' in the command line prompt but get the same errors, not sure of the problem as this is all new to me!