...
Code Block |
---|
-vm /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin -startup ../Eclipse/plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar --launcher.library ../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426 -product org.springframework.boot.ide.branding.sts4 --launcher.defaultAction openFile -vmargs -Dosgi.requiredJavaVersion=1.8 -Xms256m -Xmx2048m -XX:+UseG1GC -XX:+UseStringDeduplication --add-modules=ALL-SYSTEM -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Xdock:icon=../Resources/sts4.icns |
...
Project Setting
Download for git repository
Set up workspace path
...
Click Open Perspective
...
Select git
...
click clone a git repository
url: http://dcsf-dev08.i-on.net/dxp/backendcore.git
Write User & Password
Click Next and tick develop
...
Import Project
Set Directory
The initial branch is develop
...
Import Project
Select Import Project and finish
...
Go to Java located in the middle on Right top sidebar.
Add window
Gradle Executions
Gradle Tasks
...
Right Click → configure → Add Gradle Nature
...
Click Refresh Gradle Project
...
When success to ready to use Gradle, like below
...
When failing to ready to use Gradle, like below
...
Server and Profile configuration
if success input all of the gradle dependencies, you can find backend-core on Boot Dashboard(Left side below)
...
click open config
...
Main type → Search
...
Select Backend
...
main type: net.ion.ice.BackendCoreApplication
profile: default-loc
click Apply
...
Check Java version JavaSE-11 in Project list
...
Click Run or Debug on Boot Dashboard to run BackendCore
When you see the error message, click proceed
...
Run Success!
...