I am wondering if anyone know how to load js files after its been
jar'd.

So:
/home/j/:$ java -jar pong/pong.jar
load("Ball.js");

Tries to load from:
/home/j/Ball.js

I want it to load from:
/home/j/pong/pong.jar/Ball.js

Is that not possible?
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to