>I installed Linux on my ipaq and the j2re1.3.1 for ARM in my /home >directory. I set PATH to /home/j2re1.3.1/bin. But there is he >problem: There is no java file in that directory so typing java into >the console brings up “java not found"
There should be a file named .java_wrapper in this directory which should also be symlinked as java, javac, javadoc, jdb, rmic, etc. >There is a java file in ~/j2re1.3.1/bin/armv4l/native_threads but >when typing ./java in that directory I get a “./java: permission >denied" This is the actual executable, but it isn't designed to be run directly, rather via .java_wrapper. However the binaries in this directory *should* have execute permissions and it sounds like they don't. You change the permissions on a file with the command chmod, for example "chmod a+x java" -- ______________________________________________________________________ Wilhelm Fitzpatrick | When we speak of free http://www.3roses.com/ | software we are referring [EMAIL PROTECTED] | to freedom not price. ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]