This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
howto [2009/12/04 22:45] ptidejteam created |
howto [2025/01/15 21:40] (current) |
||
---|---|---|---|
Line 45: | Line 45: | ||
Unfortunately I got error messages as below when running this JAR in Fedora where default JDK is OpenJDK1.6: | Unfortunately I got error messages as below when running this JAR in Fedora where default JDK is OpenJDK1.6: | ||
+ | <code> | ||
padl.FileAccessException | padl.FileAccessException | ||
at padl.util.repository.file.ClassFileRepository.storeFiles(ClassFileRepository.java:60) | at padl.util.repository.file.ClassFileRepository.storeFiles(ClassFileRepository.java:60) | ||
Line 60: | Line 61: | ||
at ptidej.solver.helper.DesignMotifIdentificationCaller.analyseCodeLevelModelFromJAR(DesignMotifIdentificationCaller.java:919) | at ptidej.solver.helper.DesignMotifIdentificationCaller.analyseCodeLevelModelFromJAR(DesignMotifIdentificationCaller.java:919) | ||
at ptidej.solver.helper.DesignMotifIdentificationCaller.main(DesignMotifIdentificationCaller.java:100) | at ptidej.solver.helper.DesignMotifIdentificationCaller.main(DesignMotifIdentificationCaller.java:100) | ||
+ | </code> | ||
So you may consider to run this JAR in the java environment using SunJDK. | So you may consider to run this JAR in the java environment using SunJDK. |