You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run BCV from command line to decompile some jars but kept running into error: no sources given message.
After getting into the source code and running it in debug mode I have noticed that this line of code
I tried to run BCV from command line to decompile some jars but kept running into
error: no sources given
message.After getting into the source code and running it in debug mode I have noticed that this line of code
runs before BCV has loaded any classes as it is happens in
BytecodeViewer::openFiles()
.After changing the code in that way I got decompilation from command line working
Is this a bug or am I using CLI in some wrong way?
The text was updated successfully, but these errors were encountered: