score:1
Accepted answer
one potential problem is that your 1.6-targeted code may accidentally use a class or interface that is introduced in jdk1.8. if the jre that is associated with a 1.6 target in your workspace is actually a jre1.8 or 1.7, the code may compile fine but you may end up with something like noclassdeffounderror
at runtime.
Source: stackoverflow.com
Related Query
- Famous "There are no JREs installed in the workspace". Can it do any harm?
- Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment
- Android ADK error: There are no JREs installed in the workspace that are strictly compatible with this environment
- Avoid the "no JREs installed in the workspace that are strictly compatible" warning in Eclipse for multiple Java versions
- Are there any tools which can automate rebuilding of the project when ever there is a change in some part of code?
- There are no compatible JREs installed in the workspace. Add library > JRE system library...nothing
- There are No resources that can be added or removed from the server
- No JREs installed in the work space that are strictly compatible with this environment
- Are there any problems using Eclipse 3.6 with the Android SDK?
- Why are there no compatible JREs in the Execution Environments section even though I've added a JDK?
- Eclipse is not showing any projects from my workspace folder even the projects are there?
- Is there any method to clean old plugins/features from disk automatically once new plugin/features are installed in eclipse RCP?
- Is there any way to filter the workspace references (Ctrl+Shift+G) in eclipse so as NOT to also see the "potential matches"?
- Maven project compiles but there are missing imports in the workspace
- is there any way I can apply this onMouseEntered to all the buttons in the FXML file without actually writing a separate code for each one?
- Are there any concerns with newer versions of eclipse (indigo) and netbeans (7.0) being on the same pc?
- Is there any way to add my signature on the eclipse, so that i can run my code from Eclipse?
- Is there any way in eclipse by which we can (ctrl+click) on a class attribute in jsp file and get the desired css definition which is linked with it?
- Eclipse problem : the selection can not be launched, and there are no recent launches
- Eclipse Visual Editor had a very kill feature:Run As -> Java Bean, is there any other plugins can do the same?
- What are the gigantic *.CFS files all about in Eclipse workspace plugin folder?
- Is there a way to upgrade eclipse and keep all the installed plugins?
- Is there a way to add the workspace path to the Eclipse IDE title bar?
- Is there any way I can write (copy-paste) nicely-formatted SQL queries in Java string literals using Eclipse?
- Is there any Eclipse refactoring API that I can call programmatically?
- Are there any good Continuous Testing plugins for Eclipse out right now?
- Are there any good ssh consoles for Eclipse?
- Eclipse: The selection did not contain any resource that can run on a server
- Eclipse cleanup - what are the ".index" files - can I safely delete them?
- How can I make Tycho load platform specific fragment into the test runtime for any OS?
More Query from same tag
- Program terminates in eclipse
- How can I change the background color for the the Eclipse 3.5 editor?
- How to add mysql JDBC driver to Eclipse so it can be used by SQL Explorer?
- Eclipse Android project SVN checkout: folder locked
- what does the following lines of code mean in eclipse plugin.xml?
- PyDev - in Eclipse Oxygen "show in System explorer" absent for Python project; available in Java Project
- Importing ant build in gradle
- How do I add a switch to server startup in Eclipse?
- How to remove an entire line which matches a pattern
- java GEF independ from Eclipse IDE
- How to discard files from the Xtext indexing process?
- Java - can't run program in Eclipse
- How to run BlackBerry application in Background
- Run WAR file in /target directory of Maven project by Tomcat
- Is there way to expand all folders in Eclipse project view and search results?
- Eclipse theme issues
- How to implement BFS in Java using a queue (Intro to Algorithms HW)?
- Where i can find Php.ini file in eclipse
- JS to Dart Conversion
- Android manifest file and the "dot" before Activity names
- How do I migrate my Android Eclipse project to using Gradle and Android Studio?
- Eclipse won't run using sudo
- My Configuration file is unable to find the hibernate mapping
- Is it possible to edit properties with keyboard in Eclipse?
- Issues installing Android Development Tools on Eclipse 3.7
- JMenuItem desplaying behind GLCanvas?
- Alternative to Eclipse Web Service explorer for Netbeans
- Eclipse not giving suggestions for java.awt.Color
- Tomcat webapps directory in windows
- How develop QT project with Eclipse CDT?