Dubbo learning — import eclipse exception unbound classpath container (2)
Tags (space separated): Dubbo eclipse
[TOC]
1. Import eclipse
Import Dubbo to eclipse using the buildship plug-in
After success, there is a red exclamation mark on all projects, and the error is as follows:
Build path Build Path Problem
Unbound classpath container: 'JRE System Library [JavaSE-1.5]' in project 'dubbo-xxxx'
2. Solutions
Window -> Preferences -> Java -> Installed JREs
Add a new standard JVM, define the JRE name as javase-1.5, and save it