春天的观点没有在日食中显示 [英] Spring perspective is not showing in eclipse

查看:66
本文介绍了春天的观点没有在日食中显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试开发Spring Boot应用程序.我正在使用Eclipse IDE.我从Eclipse市场安装了STS.但是我无法打开Spring透视图,也无法创建Spring项目(选项未显示在新项目中).然后,我从安装新软件( http://dist.sp .. )中卸载了STS并安装了所有必需的软件.).仍然面临着同样的问题.请帮我解决这个问题.

I am trying to develop a spring boot application. I am using eclipse IDE. I installed STS from eclipse marketplace. But i cannot open the Spring perspective, and also i cannot create spring project (Option is not showing up in new project). I then uninstalled STS and installed all the required softwares from Install new Software(http://dist.sp...). Still facing the same problem. Please help me out solving this issue.

推荐答案

我通过更改eclipse.ini文件中的Java版本解决了我的问题.

I solved mine by changing the Java version in my eclipse.ini file.

所以在eclipse.ini中:

So in eclipse.ini :

Look for(
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Xms256m
-Xmx1024m
)

Change to(
-vm
C:\Program Files\Java\jdk1.8.0_65\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
)

那行得通.

这篇关于春天的观点没有在日食中显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆