| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- NDK
- 3rd part
- gradle
- Chat GPT
- Registering an InstanceCreator with Gson for this type may fix this problem
- Android
- Swift
- Kotlin
- Java
- data binding
- boot
- DispatchQueue
- Framework
- buildconfigfield
- Compose
- arm-linux-androideabi
- VM arguments
- Andorid
- Eclipse
- defaultconfig
- xcframework
- 3rd framework
- ndkVersion
- IOS
- retrofit
- Jetpack
- AOS
- EditText
- mac
- BindingAdapter
- Today
- Total
목록dev/java (5)
grape
Setting Gradle 6.8 Java 11 Gradle task -> jar plugins { // Apply the java-library plugin for API and implementation separation. id 'java-library' id 'com.github.johnrengelman.shadow' version '6.1.0' // 추가한 코드 } jar { enabled = false finalizedBy shadowJar // 추가한 코드 manifest { attributes 'Main-Class': 'name.Main' } } Version Gradle Shadow 5.x 5.2.0 - 6.0.0 6.x 5.2.0 - 6.1.0 7.x 7.0.0+ 8.x 8.0.0+ r..
build.gradle repositories { mavenCentral() //example redhat ga maven { url 'https://maven.repository.redhat.com/ga/' } }
View ssl detail log at Client Helpful when you have handshake problems. Run Configuations -> arguments tab -> VM arguments SSL Log arguments: -Djavax.net.debug=ssl:handshake:data:verbose:trustmanager Run Configuations
Menu Project >Properties > Gradle Mac jdk PATH /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home eclipse Gradle Setting **JAVA version need to support at Gralde version https://docs.gradle.org/current/userguide/compatibility.html
Eclipse의 경우 run configurations -> Arguments -> VM arguments 에 입력하여 사용할 수 있다. VM arguments java -Djavax.net.debug=all java -Djavax.net.debug=ssl java -Djavax.net.debug=ssl:record:plaintext java -Djavax.net.debug=ssl:handshake:data:verbose:trustmanager 서버에서 인증서 정보에 이슈가 있을 경우 handshake 과정에서 세부 로그를 확인 할 수 있다.