So I am facing the same issue,
and used the linux-alternatives system to point javaws to my Oracle-Java Installation.
Thus I downloaded the yed.jnlp (from todays version), and ran a
javaws yed.jnlp
Java-Oracle starts up (build 1.7.0_25-b15), the 'Starting applications...' dialog/window popps up, Oracle is asking me if I am sure I want to run this software (I do *not* set the 'do not show this again' field), I choose "run"
And the Webstart terminates.
No error-Messages, no error-output on the commandline from where I started the javaws, nothing.
Next I decided, maybe a flaky jnlp. Is known to happen now and then.
So I got the yed-experts-version since I really don't need another jre on my system(s) -
java -version tells me:
[me@mybox yed-3.11]$ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
BUT if I run 'java -jar yed.jar' or similar (see below) it just exits, once more, without any message anywhere. It does not complain about missing dependencies, or other stuff, just exits. Near Instantly. Below is the timed- output of a call including all jars and stuff.
[me@mybox yed-3.11]$ date && time java -cp .:vectorgraphics.jar:yed.jar -jar yed.jar && date
Wed Jul 3 11:15:46 CEST 2013
real 0m0.356s
user 0m0.503s
sys 0m0.018s
Wed Jul 3 11:15:46 CEST 2013
[me@mybox yed-3.11]$
Any ideas anyone?