Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Monday, April 1, 2019

How to install Java JDK and Netbeans 10 on Windows 10

Enviroment with Java OpenJDK and Netbeans on windows 10


  1. Install RedHatJava OpenJDK .msi installer on https://developers.redhat.com/products/openjdk/download/.
    1. Use the installer to install Java
  2. Download Netbeans from https://netbeans.apache.org/download/nb100/nb100.html
    1. Move Netbeans to C:\Program Files
    2. Try executing Netbeans on netbeans\bin
    3. You can create a shortcut from your Netbeans executable file to the home screen.
  3. All ready.

Friday, December 13, 2013

How to install IntelliJ IDEA

[This process was accomplished using Ubuntu 12.04 LTS and IntelliJ IDEA 13]

Install Java:
http://lucastipss.blogspot.com.br/2013/11/how-to-installupdate-java.html

Download Android SDK:
https://developer.android.com/sdk/index.html

To download the Target devices:
"run tools/android, under android_sdk_YOUR_OS, to retrieve the targets, check the option that says “force https to be fetched using http” under settings. And finally, under “Available packages,” select the version of Android you want. ", author.

Download IntelliJ community edition:
http://www.jetbrains.com/idea/download/

Then, extract the folder where you want to be the path to the installation.

Apply the rights to run the executable:
sudo chmod +x [path to the installation]/bin/idea.sh

Do this process to increase the limit
http://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit

Done!

To run the IDE, just run:
./[path to the installation]/bin/idea.sh

If you want, you can create an icon through the application Alacarte:
http://lucastipss.blogspot.com.br/2013/11/ubuntu-how-to-add-application-to.html

Thursday, December 12, 2013

Java Default SDK Folder

[this process was accomplished using Ubuntu 12.04 LTS]

The default java jdk folder is:
/usr/local/java

Tuesday, November 26, 2013