compile -- permission denied
- From: "Jonie" <kimfinale@xxxxxxxxx>
- Date: 24 Jan 2006 21:50:21 -0800
Hi all,
I was trying to compile my java files and got the message below. I
didn't understand the message, "Permission denied", but I just tried
again as a root. Then, I was able to compile.
I'd like to understand why this happens.
I am using Java 1.5 and Fedora core 4.
-------------------------------------------------
[jonghook@localhost Research]$ javac Main.java
Main.java:18: error while writing Main: Main.class (Permission denied)
public class Main {
^
1 error
[jonghook@localhost Research]$ sudo javac Main.java
Password:
[jonghook@localhost Research]$
----------------------------------------------------
.
- Follow-Ups:
- Re: compile -- permission denied
- From: Roedy Green
- Re: compile -- permission denied
- Prev by Date: compile -- permission denied
- Next by Date: How to implement lost focus.
- Previous by thread: Re: compile -- permission denied
- Next by thread: Re: compile -- permission denied
- Index(es):
Relevant Pages
|