Skip to main content

All Questions

Tagged with
3 votes
0 answers
745 views

Open .class file with Java Decompiler - incoherent errors

I am an Ubuntu user, I have a lot of .class files in which ground truth information about a dataset I'm using is stored. I want to access this information (not modify it) and export it to .csv files ...
AndroDev's user avatar
0 votes
1 answer
699 views

Where can I find the source code for javap application? [closed]

javap is the Java Class File Disassembler. Which, in my system, is an application that belongs to Oracle JDK. $ javap -version 1.8.0_201 $ which javap /opt/jdk1.8.0_201/bin/javap $ head -2 /opt/...
nephewtom's user avatar
  • 3,101
3 votes
1 answer
6k views

Trying to decompile a java .class file with javap.exe

I have some .class files that I want to decompile. So this is what I do: javap -c "C:\users\Richard\workspace\pruebas\bin\ClassName" and all the time I have the same error ERROR:Could not find C:\...
Xar's user avatar
  • 7,814