我在Eclipse3.5上创建新的项目,并把jbuilder相应的文件和包都添加到新的项目中,
(我是Eclipse上添加MyEclipse插件的)
但运行时提示有错误:
  Exception in thread "AWT-EventQueue-0" java.lang.Error: Unresolved compilation problems: 
The import com.borland cannot be resolved
VerticalFlowLayout cannot be resolved to a type
VerticalFlowLayout cannot be resolved to a type
VerticalFlowLayout cannot be resolved to a type
VerticalFlowLayout cannot be resolved to a type at read.Frame1.<init>(Frame1.java:45)
at read.Read.<init>(Read.java:27)
at read.Read$1.run(Read.java:66)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
我之前直接有用过MyEclipse8.0 GA运行这个项目都没有问题,但在Eclipse+MyEclipse插件的环境不知道为什么提示没有这些资源。