java version error windows

Hi There,

I'm trying to use the new 8.3 SDK platform in combination with java 1.8.101 and nuxeo ide and am getting this error:

2016-07-30 11:52:52,281 ERROR [org.nuxeo.launcher.NuxeoLauncher] Could not run configuration: Nuxeo requires Java 1.8.0_40+ (detected 1.8.0_101). See 'jvmcheck' option to bypass version check.

I think it has something to do with this issue: https://jira.nuxeo.com/browse/NXP-20189

Any ideas?

Thanks in advance, Bauke Roo

1 votes

1 answers

7384 views

ANSWER



Please use the patch included in the NXP-20189 ticket. Basically add -Djvmcheck=nofail in the java invocation at the end of the bin/nuxeoctl file.

1 votes