----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It does have a search feature!

We cannot guess what you are trying to do:
#1. Include version numbers for all software.
#2. Include relevant configuration settings.
#3. Include full descriptions of the problem.

Got Linux? Seeing lots of java processes?
<http://java.apache.org/faq/?file=274>
----------------------------------------------------

Hmmm... Hmmm... Strange behavior... I noticed that the JSDK's owner is
nobody... so I did (changed owner+group) the same to the mm driver directory
(Recursively).... and now... I can run the test application as root and as
the user that originaly wrote the application... even though the owner of
the thing is nobody...


this is my output:


[cryodide@crap cryodide]$ ls -l JTest.*
-rw-rw-r--   1 nobody   nobody       1505 Oct 11 22:00 JTest.class
-rw-r--r--   1 nobody   nobody        997 Oct 11 21:59 JTest.java

owner is nobody...

[cryodide@crap cryodide]$ java -cp
"$CLASSPATH:/usr/local/mm.mysql.jdbc-1.2b/mysql_comp.jar" JTest
1
Radon

// Works with cryodide

[cryodide@crap cryodide]$ su root
Password:

[root@crap cryodide]# su nobody

[nobody@crap cryodide]$  java -cp
"$CLASSPATH:/usr/local/mm.mysql.jdbc-1.2b/mysql_comp.jar" JTest
Exception in thread "main" java.lang.NoClassDefFoundError: JTest

[nobody@crap cryodide]$ exit
exit

[root@crap cryodide]#  java -cp
"$CLASSPATH:/usr/local/mm.mysql.jdbc-1.2b/mysql_comp.jar" JTest
1
Radon

// Works with root

(btw: the 1, Radon thing is indication that the database works)

This is totaly bizzar from my point of view... can someone explain to me why
this does not function... its kind of going off the topic here.. but I can't
figure out where else to put this... and it seems like the reason my applet
doesn't work is because of these permissions...


Thanks

Stou Sandalski





--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to