 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Chad Cunningham Guest
|
Posted: Tue Aug 10, 2004 2:13 pm Post subject: java won't run in my home directory |
|
|
This is bizzare. I'm suspecting demonic posession but who knows...
Here's the problem.
[ccunning@chad home]$ pwd
/home
[ccunning@chad home]$ java -version
java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-135)
Java HotSpot(TM) Client VM (build 1.4.2-36, mixed mode)
[ccunning@chad home]$ cd ccunning
[ccunning@chad ccunning]$ java -version
Error occurred during initialization of VM
java.lang.Error: Properties init: Could not determine current working
directory.
Trace/BPT trap
Make any sense? I thought maybe it had an issue with my home directory
being NFS mounted, but I can cd to other nfs mounted directories and
it runs fine.
And the kicker:
[ccunning@chad ccunning]$ pwd
/home/ccunning
[ccunning@chad ccunning]$ sudo java -version
java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-135)
Java HotSpot(TM) Client VM (build 1.4.2-36, mixed mode)
So it just doesn't like non root in my home directory...
I will send cookies to anyone who can figure this out.
I'm on Mac OS X 10.3 btw and it used to work fine until it didn't
anymore a few weeks ago...
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|