FanSunny

1、安装这两个软件,一定要注意使得两个软件的版本是一致的;

  1.1编写小程序测试jdk的版本号:

    public class Text{
      public static void main(String[] args){
        String arch=System.getProperty("sun.arch.data.model");
        System.out.println("jdk版本号:"+arch+"-bit");
      }
    }

2、版本一致什么都好说,找了好久才找到eclipse64位的

 

分类:

技术点:

相关文章:

  • 2021-10-06
  • 2021-06-30
  • 2021-12-05
  • 2021-06-05
  • 2021-04-19
  • 2021-08-16
  • 2021-08-15
猜你喜欢
  • 2021-08-11
  • 2021-11-21
  • 2021-07-15
  • 2021-11-14
  • 2021-06-03
  • 2021-10-04
  • 2021-09-10
相关资源
相似解决方案