250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 문서
- Python
- IntelliJ
- PostgreSQL
- Exception
- Spring Boot
- JDBC
- MSSQL
- STS
- Tomcat
- SpringBoot
- error
- Source
- git
- oracle
- 오픈소스
- maven
- JavaScript
- ubuntu
- MySQL
- AJAX
- 설정
- Core Java
- myBatis
- Eclipse
- jpa
- spring
- Docker
- Open Source
- Thymeleaf
Archives
- Today
- Total
헤르메스 LIFE
[Ubuntu] STS 4.22.0 설치 본문
728x90
Ubuntu 에 STS 를 설치해 봅니다.
Spring | Tools
spring.io
1. 다운로드

2. 압축 풀기
# zsh
$ tar -zxvf spring-tool-suite-4-4.22.0.RELEASE-e4.31.0-linux.gtk.x86_64.tar.gz
오류 #1
Linux ARM_64 버전은 아래와 같은 오류가 발생하며, 실행되지 않습니다.
Exec format error
# Exec format error
$ ./SpringToolSuite4
zsh: exec 형식 오류: ./SpringToolSuite4

오류 #2
Ubuntu Linux에서 Marketplace 를 띄우면 아래와 같은 오류 메시지를 출력합니다.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
SpringToolSuite4.ini 또는 Eclise.ini 파일에 아래 코드를 추가합니다.
-Declipse.e4.inject.javax.disabled=true
오류 #3
(SpringToolSuite4:23325): Gdk-CRITICAL **: 22:49:18.264: gdk_window_create_gl_context: assertion 'GDK_IS_WINDOW (window)' failed
그래픽 드라이버를 업데이트 해야 해결 된다고 합니다.
https://hermeslog.tistory.com/754
[Ubuntu] Ubuntu에 안정 버전의 Mesa 그래픽 드라이버 설치
그래픽 드라이버를 설치해야 할 것 같습니다. Mesa Intel Xe Graphics ( TGL GT2 ) 입니다. 최신 드라이버 설치 # 그래픽 드라이버 추가 $ sudo add-apt-repository ppa:kisak/kisak-mesa # update $ sudo apt update # upgrade $ sudo
hermeslog.tistory.com
728x90
'Eclipse와 IntelliJ 관련' 카테고리의 다른 글
[Eclipse Plugin] Eclipse MyBatis Plugin. MyBatipse (0) | 2024.07.24 |
---|---|
STS 4.x 에서 downloading external resources is disabled. 오류 메시지 (0) | 2024.07.24 |
[IntelliJ] package springfox.documentation.builders does not exist (1) | 2024.02.06 |
[STS] STS 3.9.17 Spring MVC 프로젝트 생성 (0) | 2023.02.17 |
[STS] STS 설치 - 4.17.1.RELEASE (0) | 2023.01.29 |