Displaying 2 results from an estimated 2 matches for "superbcalc".
2010 Jan 28
2
Starting a java applet from the desktop
CentOS-5.4 i86_64
I have a calculator applet on my desktop (superbcalc.jar). When I
double click on it I get no response. If I right click and select
open with java I get no response. If I open a terminal window and
cd to Desktop and type java -jar superbcalc.jar then the applet
opens.
Does anyone have any idea why I am seeing this behaviour? There are
no message...
2013 Feb 01
2
Opening a jar file from the desktop
...hen I right-click on the jar file and say open
with java nothing apparently happens. When I double-click on it then
I see a file browser window offering to extract the contents but there
are no contents visible, only an empty / directory. If I go to the
desktop in a terminal session and type java superbcalc.jar then I see
this message: "Could not find or load main class superbcalc.jar"
There is no CLASSPATH environment variable set by the system. If I
provide one and include the current directory '.' I get the same
error.
CLASSPATH=. java superbcalc.jar
Error: Could not find or l...