spring-tool-suite

A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Dbeaver. No Java virtual machine

痞子三分冷 提交于 2020-01-14 05:06:40
问题 Java Virtual Machine not found while installing dbeaver tool in the system. What will do to recover from it ?. 回答1: If you installed zip archive or tar.gz archive of the dbeaver then Go to dbeaver directory (Directory created after extraction of archive) open dbeaver.ini in a text editor Type the following at the top of that file -vm copy & paste your java path here (up to bin) eg: -vm /home/admin/jdk1.8.0_131/bin Save the file Done 来源: https://stackoverflow.com/questions/44095665/a-java

Unable to choose Tomcat 8.5 in Spring Tool Suite when running Spring Boot application

天涯浪子 提交于 2020-01-12 10:11:30
问题 I can run a Spring boot application by deploying its war in an external Tomcat 8.5, but cannot run the same from Spring Tool Suite. I have a Spring boot application with packaging set to war. I can generate the war file, deploy it to an external tomcat with version 8.5.34. But I cannot run this application using Spring Tool Suite. When I right click on the project > Run As > Run on Server, I get the following dialog box When I select Tomcat 8.5, the next and finish buttons are disabled. The

Unable to choose Tomcat 8.5 in Spring Tool Suite when running Spring Boot application

不想你离开。 提交于 2020-01-12 10:11:28
问题 I can run a Spring boot application by deploying its war in an external Tomcat 8.5, but cannot run the same from Spring Tool Suite. I have a Spring boot application with packaging set to war. I can generate the war file, deploy it to an external tomcat with version 8.5.34. But I cannot run this application using Spring Tool Suite. When I right click on the project > Run As > Run on Server, I get the following dialog box When I select Tomcat 8.5, the next and finish buttons are disabled. The

Unable to choose Tomcat 8.5 in Spring Tool Suite when running Spring Boot application

◇◆丶佛笑我妖孽 提交于 2020-01-12 10:11:25
问题 I can run a Spring boot application by deploying its war in an external Tomcat 8.5, but cannot run the same from Spring Tool Suite. I have a Spring boot application with packaging set to war. I can generate the war file, deploy it to an external tomcat with version 8.5.34. But I cannot run this application using Spring Tool Suite. When I right click on the project > Run As > Run on Server, I get the following dialog box When I select Tomcat 8.5, the next and finish buttons are disabled. The

Lombok with Spring Tool Suite 4

青春壹個敷衍的年華 提交于 2020-01-12 03:52:32
问题 I've recently installed the new Spring Tool Suite 4 in macOS High Sierra but when I tried to run Lombok's installation it wouldn't find my STS installation, I followed this steps for manual installation (adding -javaagent to the ini file) but with no luck: https://www.edvpfau.de/sts-spring-tool-suite-4-mit-lombok/. Any idea? 回答1: I did install Lombok in Spring Tool Suite 4 just some days ago for Mac and Windows. And none problems. One : Execute java -jar lombok.jar Note : normally or by

Not able to install sonarlint plugin in Platform: Eclipse Mars.1 (4.5.1)

不想你离开。 提交于 2020-01-09 19:56:06
问题 Trying to install sonar lint plugin in STS tool, it is not installing and says Sonar lint not compatible with this version of eclipse. Find the versions details. Spring Tool Suite Version: 3.7.2.RELEASE Build Id: 201511261048 Platform: Eclipse Mars.1 (4.5.1) 回答1: Hi you can download sonar lint from the follwing URL http://www.sonarlint.org/eclipse/ then follow the steps given below Make sure the download location, Don't unpack the archive file(for windows) Go to install new software option in

JSF editor autocomplete (xhtml) for STS 4

a 夏天 提交于 2020-01-06 06:44:56
问题 I'm working on a PrimeFaces (6.2) project. I wanted to start using Spring Tool Suite (STS) 4, but I realized very early that it is not working as it used to in STS 3. Specifically support for JSF seems to be missing and so autocomplete doesn't work with xhtml source files. This answer was an inspiration and I found, that same project facets in STS 3 looks like: while the same for STS 4 is which seems like root cause for missing autocomplete. I have no idea how to fix that. What I used to do

Dynamic web project missing in STS

不羁的心 提交于 2020-01-06 04:35:11
问题 I am facing one issue with Spring tool suite 4, I don't see "Dynamic web project" option. I want to create one dynamic web project but I do not find this option in my Spring tool suite. How to install those external tool in Spring tool suite, however I got few link i.e http://download.eclipse.org/releases/mars for eclipse, should I use this link for Spring tool suite as well? 回答1: https://github.com/spring-projects/sts4/issues/96#issuecomment-484522744 Short version: fixed in Spring Tools 4.2

STS eclipse creates multiple folders inside .eclipse every time it is opened

不羁的心 提交于 2020-01-05 04:03:17
问题 Hi i asked this question before here but it did not get any answer, i restated the question. ok this is the environment. Spring Tool Suite Version: 3.8.2.RELEASE Build Id: 201610040743 Platform: Eclipse Neon.1 (4.6.1) macOs Sierra. Every time i open STS it creates a folder inside .eclipse in this format. I run this command over the folder .eclipse to ensure eclipse has the rights to write and read. chmod 777 .eclipse/ chown -R myuser:staff .eclipse/ But STS keeps doing the same thing. --EDIT

How do I create a Spring Boot Starter Project in Eclipse that is properly configured with a Run Configuration?

 ̄綄美尐妖づ 提交于 2020-01-02 03:28:20
问题 I followed the instructions in Spring Boot Support in Spring Tool Suite 3.6.4 and ended up with an Eclipse project which has several issues. The number one issue is that when I right-click on the class containing the "main" entry method and select the "Run As" option, the only entry I get is the fallback "Run Configurations..." method. I neither get the option to run it as a "Spring Boot App" or as a "Java Application". My question is how do I create the project or what do I do after it's