On Sunday 12 November 2006 00:51, Dave Phillips wrote: > Hi Nigel: > > Try this: > > /usr/local/jdk1.5.0_09/bin/java -jar /path/to/Breakage.jar > > > The Sun JDK doesn't install its binaries to anywhere in your PATH. > > Best, > > dp Hi Dave. That path works ok, but there seems to be a problem between Java, and Chuck, see below. [djmons@localhost djmons]$ /usr/local/jdk1.5.0_09/bin/java -jar /home/djmons/Downloads/Breakage/Breakage/Breakage2.jar [breakage.OscComm] Starting ChucK process... java.io.IOException: java.io.IOException: ./chuck: not found at java.lang.UNIXProcess.<init>(UNIXProcess.java:148) at java.lang.ProcessImpl.start(ProcessImpl.java:65) at java.lang.ProcessBuilder.start(ProcessBuilder.java:451) at java.lang.Runtime.exec(Runtime.java:591) at java.lang.Runtime.exec(Runtime.java:429) at java.lang.Runtime.exec(Runtime.java:326) at breakage.util.ExecHelper.exec(ExecHelper.java:63) at breakage.OscComm.startChuck(OscComm.java:62) at breakage.App.<init>(App.java:63) at breakage.App.main(App.java:56) [breakage.OscComm] ChucK started, waiting for hello... It stops at the "waiting for hello..." . The version of Chuck is 1.2.0.7 , and I ran Make with the linux-alsa option, then make install put the binary in /usr/bin . I ran the "chuck" command, and got a return of " [chuck] : no input files", which the install notes said was correct, but running "./chuck" gives me a "no such file or directory" , which is what the "java.io.IOException" line above seems to be complaining about. The 2 versions of Breakage I DL'd are Breakage-21, and Breakage-22b, and if I try the path to run version 22b, I don't even get the last line of output, "the waiting for hello one". Any suggestions? Nigel.