Matloob
OCPJP 1.6
OCPWCD in progress.....
Jack Tol wrote:To go two directories up you'd use: javac -d ../../classes com/wickedlysmart/MyCass.java.
OCPJP 6.
In Your Pursuit Towards Certification, NEVER Give Up.
Ikpefua Jacob-Obinyan wrote:
Jack Tol wrote:To go two directories up you'd use: javac -d ../../classes com/wickedlysmart/MyCass.java.
Hello Jack, what you have said is to go ONE directory up and NOT two directories up because the first "." dot refers to the current directory, to go two directories up, you need one more dot.![]()
OCPJP 6.
In Your Pursuit Towards Certification, NEVER Give Up.
Ikpefua Jacob-Obinyan wrote:
javac -d ..\..\classes .\.\.\wickedlysmart\MyClass.java
Matloob
OCPJP 1.6
OCPWCD in progress.....
Matloob Hussain wrote:
Ikpefua Jacob-Obinyan wrote:
javac -d ..\..\classes .\.\.\wickedlysmart\MyClass.java
Hi Ikpefua,
You used .\.\.\wickedlysmart\MyClass.jave to get java file. Could you please explain the use of .\ three times.
OCPJP 6.
In Your Pursuit Towards Certification, NEVER Give Up.