There should be two different options:
1) You need to change the Target of the shortcut on the desktop from
%programfiles%\Java\jre1.8.0_25\bin\java.exe -classpath
"electricBinary-9.05.jar;electricSFS-9.05.jar" com.sun.electric.Launcher
to
%programfiles%\Java\jre1.8.0_25\bin\java.exe -classpath
"C:\Electric\electricBinary-9.05.jar;C:\Electric\electricSFS-9.05.jar"
com.sun.electric.Launcher
As you can see, you have to give the full path (C:\Electric) to the jar
files.
or
2) You can use the shortcut (without C:\Electric in the Target), but
copy the jar files (electric-9.05.jar and electricBinary-9.05.jar) also
to the desktop with the shortcut.
On 1/13/2015 7:07 PM, Estevao Teixeira wrote:
> Hi,
>
> It is an elementary doubt, but how can I run this shortcut from the
> Desktop? I copied the shortcut to Desktop and when I execute it,
> nothing happens.
>
> Thanks,
>
> Estevao