If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issues#678 Windows .bat launcher errors out if started from a different dir
Author:
loki
lokiDate created:
Type: bug
Visibility: Everybody
Assigned to:
JPEXS
JPEXSLabels: Installation
State: closed 

> What steps will reproduce the problem?
Go somewhere other than your ffdec dir in a command prompt. Then launch ffdec directly
via its full path
> What is the expected output? What do you see instead?
Expected to work normally. Instead java complains it can't find the jar file.
> What version of the product are you using? On what operating system?
Latest nightly on Win7, under Cygwin, but should be the same in normal command prompt.
> Please provide any additional information below. Attach the file you have problem with
if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
To fix just change the .bat file to have this:
java -Xmx1024m -jar %~dp0\ffdec.jar %*
The %~dp0 is the directory where the batch file is located.
State: opened→upgraded
State: upgraded→closed