Install and setup Java SDK with InteliJIDEA

1433
3
Jump to solution
11-23-2017 10:55 PM
IonutAlixandroae4
Occasional Contributor

Hi,

I am a little bit confused about the steps to install and configure Java SDK with InteliJIDEA IDE and not with Eclipse. 

Can you guys help me with that?

Thanks,

Ionut

0 Kudos
1 Solution

Accepted Solutions
Markvan_Wyk
New Contributor II

If you're happy to use Gradle...

It's pretty simple. Create New Project > Gradle Project ...

Then edit your build.gradle and place sources as per example below:

Develop your first map app with Gradle—ArcGIS Runtime SDK for Java | ArcGIS for Developers 

Add a "run configuration" via the Gradle Docker. Select your project and add a task "run"

Should be really simple. Took me 5 minutes.

Gradle / IntelliJ Project here: Gradle - Help | IntelliJ IDEA 

View solution in original post

3 Replies
Markvan_Wyk
New Contributor II

If you're happy to use Gradle...

It's pretty simple. Create New Project > Gradle Project ...

Then edit your build.gradle and place sources as per example below:

Develop your first map app with Gradle—ArcGIS Runtime SDK for Java | ArcGIS for Developers 

Add a "run configuration" via the Gradle Docker. Select your project and add a task "run"

Should be really simple. Took me 5 minutes.

Gradle / IntelliJ Project here: Gradle - Help | IntelliJ IDEA 

IonutAlixandroae4
Occasional Contributor

Hi Mark,

I`ll test it out and let you know ! 

Thanks a lot!

Regards,

Ionut

0 Kudos
IonutAlixandroae4
Occasional Contributor

It worked! Thanks a lot.

I didn`t had to download the SDK, the build.gradle took care of it

Thanks,Ionut

0 Kudos