Eclipse Oxygen Window Builder Error with Java SE 10.0.1

我只是一个虾纸丫 提交于 2019-11-29 12:58:06

I'm using Eclipse photon and usually get this problem when i try to switch to windowBuilder. I have installed both Java JDK 1.8 and Java 10 in my PC and this how i fix this:

  1. Open your project
  2. Right click on JRE System Library [Java SE-10]
  3. Click on Properties
  4. On the next window, change to Java SE-1.8 in the Execution environment comboBox
  5. Apply and close
  6. Retry to open project with windowBuilder.

I recently had an issue with the program I was writing that was difficult to debug when I realized that I had a JDK update! So I went to JDK 10.0.1 and had the same exact issue you described above. Perhaps Windowbuilder hasn't been updated to be compatible with 10.0.1 yet.

9.0.1 works great for me on Windows 10, though I may try 9.0.4 Here is a link to the archived versions.

http://jdk.java.net/archive/

Uninstall 10.0.1 then unpack the compressed file to the correct location (program files\Java) (program files(x86)\Java) whichever you're using.

Timur Gataullin

I'd like to add - dear people, notice that you should use not just Eclipse Oxygen 3.a, but just right Eclipse IDE for Java EE Developers. (link for Oxygen)

It is important that you install the JDK and Oxygen IDE of the same architecture (both must be x86 or x64).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!