-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> Problem:  upon execution of a particular file in the installation process:
> 
>       jre -cp ./classes ./foobar
> 
> I am informed that:
> 
>       Class not found ./foobar

You can't use the JRE to execute shell scripts. ./foobar will have to be
executed normally (since it's got nothing to do with Java!). If the script in
turn wished to execute Java classes, it has to do "jre bla.bla.bla.Main" (or
"java bla.bla.bla.Main").

In short: The Java runtime environment executes Java classes - and nothing else.

/ Peter Schuller

"Programming today is a race between software engineers striving
to build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.  So far, the Universe
is winning." -- Rich Cook

- ---
PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>'
E-Mail: [EMAIL PROTECTED] Web: http://hem.passagen.se/petersch
Help create a free Java based operating system - www.jos.org.



-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv

iQA/AwUBN02o4sBfJ1FVhL2YEQKegQCfTWccqSNw1lBUNl7saLa8LCiLXNgAn2Du
h6u+h/kW8kZ34aMEfDx+/GJS
=NnKE
-----END PGP SIGNATURE-----


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to