Hello, I'm running OpenBSD 5.8-release generic on i386.
Has anyone managed to get Eclipse 3.2 (the one from packages) working with jdk-1.8.0 (from packages too)? When I try, I get the following error message: "An error has occurred. See the log file ..." and Eclipse dies. The log file contains many error messages like this one: !ENTRY org.eclipse.equinox.common 4 0 2016-02-17 02:35:28.192 [...] org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3 [...] >From my limited understanding of the problem, this seems to indicate that there is some sort of version mismatch between Eclipse 3.2 and jdk-1.8.0 (Eclipse 3.2 being either somehow too old, or having been compiled using an older version of Java; I'm not sure which is the correct reason). I installed jdk-1.7.0 (from packages too) and that solved the problem for now, but it would be neat if someone had a (preferably simple) solution to getting Eclipse and jdk-1.8.0 to work together. Thanks, Philippe