|
no it does not it uses the java ResourceBundle mechanism
that basically takes the files from the classpath
even if i do :
java -classpath /home/umen;./foo.jar com.umen.Main
it still gives me the error:
/home/umen/foo.jar: /home/umen/foo.jar: cannot execute binary file
|