Closed naimdjon closed 10 years ago
Tried to test out the jardiff but getting this error:
$ python ~/tmp/jardiff/jardiff.py jfxrt.jar /opt/java/7.0/jre/lib/jfxrt.jar Traceback (most recent call last): File "/home/naimdjon/tmp/jardiff/jardiff.py", line 110, in <module> _main(sys.argv[1], sys.argv[2]) File "/home/naimdjon/tmp/jardiff/jardiff.py", line 100, in _main new_data = process_archive(temp_folder, new_archive) File "/home/naimdjon/tmp/jardiff/jardiff.py", line 75, in process_archive os.mkdir(archive_folder) OSError: [Errno 17] File exists: '/tmp/tmpmNwwEB/jfxrt'
Deleted the referred tmp file, and ran again, the same error.
What OS and python version?
Linux Mint 17, 64bit, python 2.7
Tried to test out the jardiff but getting this error:
Deleted the referred tmp file, and ran again, the same error.