compomics / compomics-utilities

Open source Java library for computational proteomics
http://compomics.github.io/projects/compomics-utilities.html
30 stars 17 forks source link

Error in starting peptideshaker tool #7

Closed bmzee1 closed 9 years ago

bmzee1 commented 9 years ago

Hi, when I try opening PeptideShaker-1.0.0, I get startup error, where the startup.log file reads:

Memory settings read from the user preferences: 3072 args: original java.home: C:\Program Files\Java\jre1.8.0_60\bin\ new java.home: C:\Program Files\Java\jre1.8.0_60\bin\

Command line: "C:\Program Files\Java\jre1.8.0_60\bin\java" -splash:resources\conf\peptide-shaker-splash.png -Xms128M -Xmx3072M -cp "C:\PeptideShaker-0.37.3\PeptideShaker-1.0.0\PeptideShaker-1.0.0.jar" eu.isas.peptideshaker.gui.PeptideShakerGUI Process exitValue: 1

I updated java JRE to version 8, update 60.

How can I solve this issue? Thanks.