I want to start use an application that requires javaw, (a virtual slide rule app) . At the moment running the script that launches the app looks like this.
The script is just this line:Code:./gusr: line 2: javaw: command not found
Obviously javaw is missing or not in the path for some reaon. How to fix this.Code:javaw -cp "./lib/gusr.jar" -ea com.griffenfly.slide.SlideRule
Output ofThanksCode:java -version java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.7) (6b20-1.9.7-0ubuntu1~9.10.1) OpenJDK Server VM (build 19.0-b09, mixed mode)



Adv Reply

Bookmarks