Re: exporting runnable jar through eclipse
Posted by
Sven Gothel on
Sep 25, 2013; 4:55am
URL: https://forum.jogamp.org/exporting-runnable-jar-through-eclipse-tp4030094p4030111.html
On 09/22/2013 02:13 PM, ezekiel [via jogamp] wrote:
> i would like to export runnable jar through eclipse as explained ->
>
http://jogamp.org/wiki/index.php/JogAmp_JAR_File_Handling. First approach is
> working, but second isn't.
>
> i get following error, while running jar:
> ezekiel@vm-ubuntu:~/Pulpit/workspace/pso/lib$
> /home/ezekiel/Pulpit/jdk1.7.0_40/jre/bin/java' -jar
> '/home/ezekiel/Pulpit/pso-1.0.jar'
how about:
/home/ezekiel/Pulpit/jdk1.7.0_40/jre/bin/java' -jar 'file:///home/ezekiel/Pulpit/pso-1.0.jar'
?
As Julien suggested .. URIs might be the culprit ?
(They were used recently instead of URLs to avoid DNS lookups)
Pls file a bug report!
Maybe you are also able to track down the issue
and even fix it ?
Thank you, Sven