Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. == MCP v4.3 ==
  2. Traceback (most recent call last):
  3. File "runtime\decompile.py", line 116, in <module>
  4. main(options.config, options.force_jad)
  5. File "runtime\decompile.py", line 14, in main
  6. commands = Commands(conffile)
  7. File "C:\Users\Luke\Downloads\mcp\runtime\commands.py", line 56, in __init__
  8. self.checkjava()
  9. File "C:\Users\Luke\Downloads\mcp\runtime\commands.py", line 370, in checkjava
  10.  
  11. if subprocess.call('javac.exe 1>NUL 2>NUL', shell=True) == 2:
  12. File "subprocess.pyc", line 493, in call
  13. File "subprocess.pyc", line 679, in __init__
  14. File "subprocess.pyc", line 893, in _execute_child
  15. WindowsError: [Error 2] The system cannot find the file specified
  16. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement