Hi all, I'm trying to setup enviroment to work with iDempiere 2.1 on my macbook. My env is:
- Mac OSX 10.10.5
- Eclipse Mars 4.5.0
- iDempiere 2.1
- Buckminster - Core 1.7.0.v20150718-2211
- Java SE-1.6 [1.6.0_65] / Java SE-17. [1.7.0_75] / Java SE-1.8 [1.8.0_60]
When after importing and materializing projects, I try to run
install.app with the default settings for Execution environment is Java SE-1.6, and there's an error:
java.lang.UnsupportedClassVersionError: org/compiere/util/CLogFile : Unsupported major.minor version 51.0
Previously I used compiler 1.7 as default Eclipse's compiler. Thought it is the problem, I tried to change Java compiler to 1.6, also change the specific settings for org.adempiere.install project, but the error still happens.
Then I tried to change Execution environment of
install.app to Java SE-1.7, but with that settings the console was totally empty, nothing happens.
Can anyone please give me some advices?
Thank you very much.