spring-tool-suite

How to -clean start STS on Mac?

匆匆过客 提交于 2019-12-11 10:59:45
问题 I want to execute ./eclipse -clean as described in this answer. However, I am running STS installed as an application on Mac. What is the equivalent command for Mac users? 回答1: The command I was looking for appears to be open -a /Applications/STS.app --args -clean 来源: https://stackoverflow.com/questions/32336213/how-to-clean-start-sts-on-mac

Unable to instantiate class WelcomeDashboard when starting STS

﹥>﹥吖頭↗ 提交于 2019-12-11 10:41:49
问题 OpenSUSE 13.2 running on VMware Player 6.0.3 I've installed Spring STS 3.6.4 today and when I start STS, I get the following error: Plug-in "org.springsource.ide.eclipse.commons.gettingstarted" was unable to instantiate class "org.springsource.ide.eclipse.commons.gettingstarted.dashboard.WelcomeDashboard". I've scoured the Internet and found various references to giving the STS directory 777 permissions and pointing fingers at the version of Java it's running with and none of these seem to

Eclipse: missing requirement E4 RCP patch when installing properties editor

守給你的承諾、 提交于 2019-12-11 04:09:51
问题 I tried to install properties editor plugin from http://propedit.sourceforge.jp/eclipse/updates in Help -> Install new software . but won't installed. I got the following error: I think my eclipse dosen't have E4 RCP patch. where can i get it? how can i install e4 RCP patch? thank you in advance. EDIT : I'm working on STS 3.6.3. the error message is Cannot complete the install because one or more required items could not be found. Software currently installed: Spring Tool Suite 3.6.3

STS still so slow after doing all these steps

二次信任 提交于 2019-12-11 03:23:35
问题 I am using Spring 3.7.3.RELEASE on MacBook Pro Retina with 128GB SSD. While doing any kind of operations like saving the changes, refreshing the project, building the project, while debugging, while synching with VCS etc, it becomes so slow. I have already did the following things, Unchecked all plugins in Windows -> Preferences -> General -> Startup and Shutdown except spring maven integration tool Disabled automatic builds under Install/updated and Label Decorator Upgraded to the latest JVM

Spring integration warning Referenced bean 'org.springframework.scheduling.support.PeriodicTrigger#0' not found"

十年热恋 提交于 2019-12-11 02:00:53
问题 I am using Spring-integration 4.0.0.M4 in my project, and in my spring-integration.xml, I use : <int:channel id="messages" > <int:queue /> <int:interceptors> <int:wire-tap channel="logger" /> </int:interceptors> </int:channel> <int:service-activator id="myService" input-channel="messages" output-channel="nullChannel" ref="processor" method="processNotif"> <int:poller task-executor="pool" fixed-rate="10" error-channel="errorChannel" max-messages-per-poll="1" /> </int:service-activator> <task

“unknown” error in pom.xml when I upgrade from Spring 1.5.21 to 2.1.5

戏子无情 提交于 2019-12-10 18:52:46
问题 I'm using Eclipse STS 3.9.7 The switch of Spring version creates other errors I'm able to solve, but not this one : first line of the pom.xml is tagged with "unkown" error. Maven build (clean install) is running fine with no error no warnings. What I've tried so far : Alt+F5 to update the project pom clean + build in eclipse close/reopen project close project/delete projet reimport project Close/reopen STS Delete project and all Eclipse metadata, then reimport as maven project. When I switch

Pivotal tc server is not included in STS 4

余生颓废 提交于 2019-12-10 15:16:43
问题 I installed STS 4 for windows 10 64bit , and when I tried to create a server then Pivotal is not present ! How to include Pivotal server in STS 4 ? 回答1: There are three things you need to do: 1.) install the "Pivotal tc Server Integration for Eclipse" extension into your STS4 installation using the Eclipse Marketplace Client. 2.) register and download Pivotal tc Server itself (https://network.pivotal.io/products/pivotal-tcserver) 3.) create a new server instance your STS4 Servers by pointing

Spring Security 3.2.0.RC1 - <http> element and deprecated method

人走茶凉 提交于 2019-12-10 13:47:37
问题 After upgrading to Spring Security 3.2.0.RC1 I'm getting the warning "Method 'setFilterProcessesUrl' is marked deprecated" for <http auto-config="true"> in my xml config. I get this warning even for a very simple configuration: <beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www

SDKMAN! does not work with Eclipse.app or SpringToolSuite4.app (on Mac)

痞子三分冷 提交于 2019-12-10 13:47:06
问题 This is a similar issue to: Eclipse can't find jdk installed with sdkman I am still facing the issue on Mac ( macos-mojave ) Both of my /usr/bin/java /usr/bin/javac are pointing to /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/javac respectively. SDKMAN! does install the proper java and javac for the SDKMAN!'s default Java version. Thus, I do have proper java and javac : % java -version openjdk

GGTS repetitive method name/signature error in controllers

谁都会走 提交于 2019-12-10 10:15:33
问题 I am using latest GGTS v3.4 based on eclipse 4.3.1 64bit version for development app on Grails 2.3.2. Every single controller that is in my classpath has an error in it. There are two identical errors per every controller class. Groovy:Repetitive method name/signature for method 'java.lang.Object withFormat(groovy.lang.Closure)' in class 'package.SomeController'. SomeController.groovy /appname/grails-app/controllers/package line 1 Java Problem Everything just work, but my Problems tab is