Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

Set Java execution environment to 1.8 #141

Open
PeterJohnson opened this issue Oct 31, 2017 · 1 comment
Open

Set Java execution environment to 1.8 #141

PeterJohnson opened this issue Oct 31, 2017 · 1 comment

Comments

@PeterJohnson
Copy link
Member

With the introduction of JDK 9, it's possible teams will start trying to build robot code with it. The roboRIO only has JDK 8. It appears this can be done with .settings/org.eclipse.jdt.core.prefs in the project folder with the following settings:

eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
@sciencewhiz
Copy link
Contributor

I think we probably also want

org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.source=1.8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants