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
Similar Posts:
- Solve the error reported by eclipse project: unbound classpath container
- [Solved] Dubbo Project Service Startup Locally Error: org.apache.dubbo.remoting.remotingexception: client (URL: dubbo://192.168.56.1:20882
- [Solved] Dubbo uses filter error: No such extension consumerStaticFilter for filter/com.alibaba.dubbo.rpc.Filter
- [Solved] Maven Error: No compiler is provided in this environment. Perhaps you are running on a JRE rather t…
- [Solved] Dubbo Error: No provider available for the service xxx from registry localhost:9090
- Idea Error: No provider available from registry 127.0.0.1:2181 for service
- Dubbo startup error failed to bind nettyserver on
- The jar file rt.jar has no source attachment appears in eclipse
- [Solved] Eclipse project red exclamation mark: build path problem
- cause: Fail to decode request due to: RpcInvocation [How to Solve]