I need to execute a java program from PHP (w/out the extra modules installed). The way I am trying now, is by simply righting a shell script that will handle all the java execution. The result is then fed back into PHP and handled. The shell script works fine when I execute it (as any user...I set the PATH and CLASSPATH variables in the script). When I try running it from the web, it does not work. I can get other java programs to work fine, but this one depends on multiple classes to run. Any ideas?