On 11/19/2014 2:29 AM, Eric Apperley wrote:
> 
> - this command, when added to the shell script in the user's home directory
> does not successfully execute on the Beaglebone (it does on a PC running
> LUbuntu):
> 
> java -jar /home/organ/jOrgan-3_20/jorgan.jar

I don't know what might be causing your particular problem, but looking
at your command above some generic *nix debugging tips come to mind:

* Try specifying a full path to everything (ie: /path/to/java -jar ..)

* Are there any environment variables that might affect the operation of
java if they are present or absent?

* Check all runtime assumptions (effective user, ulimits, environment,
I/O redirects, etc).  Often things like cron scripts and startup scripts
execute in "peculiar" environments that cause weird head-scratching
behavior.

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to