-
Problem of saving
Hello guys, am a user of Java Programming and am using jdk1.6.0 upgraded version,each time i try to save the source file of my program into this directory c:\program files\java\jdk1.6.0_22\bin, all i keep getting is "you don't have permission to save in this location contact administrative to obtain permission" ,despite working in an administrative environment.please what do i do?
-
Re: Problem of saving
1.) Let yourself get permission.
2.) Maybe you're not supposed to save in the jdk folder.
Saving a file with project name Project, package name packageName and class Example
C:\work\Project\src\packageName\Example.java
Don't save in the programfiles directory.
-
Re: Problem of saving
A good idea is to create a sepatate directory where you store all your projects. A classic name for that would be work. Not only do you always know where your own files are, it's also handy to keep them separate from the installed files in case you want to move to a second computer where you already installed your programming environment.