Ankur kothari wrote:by the way 2 dots means go back one directory ....not necessarily the parent directory
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
if you want to go the ankur directory(if present inside the parent directory(c:\)) we could use
javac -d /ankur Ankur.java
. refers to the current directory
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
Ankur kothari wrote:and i didnt change anything to look right or senseless
if you want to go the ankur directory(if present inside the parent directory a) we could use
javac -d ./ankur Ankur.java
. refers to the current directory
i hope i am right and not being stubborn
if you want to go the ankur directory(if present inside the parent directory(c:\)) we could use
javac -d /ankur Ankur.java
. refers to the current directory
i hope i am right and not being stubborn
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
Ankur kothari wrote:....but i think i have seen it somewhere
Consider Paul's rocket mass heater. |