![]() |
|
|||||||
| OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
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. |
![]() |
| Tags |
| bash, java |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multi-Path or Route-To? | SlyM | OpenBSD General | 21 | 10th November 2010 06:22 PM |
| Request for help: OpenJDK6 IcedTea Java plugin | Oliver_H | FreeBSD General | 3 | 11th September 2010 02:55 AM |
| add to path | carpman | FreeBSD General | 4 | 19th August 2010 06:13 AM |