Access restriction on class due to restriction on required library rt.jar?

前端 未结 15 1931
忘掉有多难
忘掉有多难 2020-11-22 01:09

I\'m attempting to compile Java 1.4 code that was created by IBM\'s WSDL2Java on Java5 without recreating

15条回答
  •  故里飘歌
    2020-11-22 01:20

    I met the same problem. I found the answer in the website:http://www.17ext.com.
    First,delete the JRE System Libraries. Then,import JRE System Libraries again.

    I don't know why.However it fixed my problem,hope it can help you.

提交回复
热议问题