Skip to content

codepred/java-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-maven-starter-project

Here is a starter project for backend.

Instructions

IntelliJ IDEA

  1. Open IntelliJ IDEA and select File > Open....
  2. Choose the java-maven-starter-project directory and click OK.
  3. Select File > Project Structure... and ensure that the Project SDK and language level are set to use Java 17.
  4. Open the Maven view with View > Tool Windows > Maven.
  5. In the Maven view, under Plugins > dependency, double-click the dependency:unpack goal. This will unpack the native libraries into $USER_HOME/.arcgis.
  6. In the Maven view, run the compile phase under Lifecycle and then the exec:java goal to run the app.

Command Line

  1. cd into the project's root directory.
  2. Run ./mvnw dependency:unpack on Linux/Mac or mvnw.cmd dependency:unpack on Windows to unpack the native libraries to $USER_HOME/.arcgis.
  3. Run ./mvnw compile exec:java on Linux/Mac or mvnw.cmd compile exec:java on Windows to run the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published