0
please how do i copy the path
4 Respostas
0
Go on left side of your compiler.Right click on your project name or file and then go in properties.There will b a path of your file.
0
have done it thanks very much
0
in cmd prompt?
open cmd prompt by type cmd in run(windows +r)
it usually in c:\users\admin>
type cd..to close the directory admin(account name)
then it seems c:\users>
again type cd.. to close the directory users
then it seems c:/>
press tab to shift the files in the current directory and press enter to select the directory and the java file to compile or run
- 2
Your Welcome