View Single Post
  #1   (View Single Post)  
Old 5th December 2012
sysfu sysfu is offline
Port Guard
 
Join Date: Jun 2008
Posts: 36
Default update path to bash if javaws from icedtea-web pkg is not working

I was having issues getting the /usr/local/bin/javaws program to run after installing the icedtea-web-1.2p0 package in OpenBSD 5.2.

After some troubleshooting I determined that the issue is caused by an incorrect path to the bash executable at the beginning of the javaws bash script.

if you change the first line from

#! /bin/bash to #!/usr/local/bin/bash it will work.
Reply With Quote