- Install RedHatJava OpenJDK .msi installer on https://developers.redhat.com/products/openjdk/download/.
- Use the installer to install Java
- Download Netbeans from https://netbeans.apache.org/download/nb100/nb100.html
- Move Netbeans to C:\Program Files
- Try executing Netbeans on netbeans\bin
- You can create a shortcut from your Netbeans executable file to the home screen.
- All ready.
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
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
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
The default java jdk folder is:
/usr/local/java
Tuesday, November 26, 2013
How to install/update java
[this process was accomplished using ubuntu 12.04 lts]
[this tutorial is COPIED from www.wikihow.com/Upgrade-Oracle-Java-on-Ubuntu-Linux]
...
[this tutorial is COPIED from www.wikihow.com/Upgrade-Oracle-Java-on-Ubuntu-Linux]
...
Friday, November 22, 2013
Java: Working with Date
The best tutorial I've found:
http://www.blog.edersonlima.net/?p=144
http://www.blog.edersonlima.net/?p=144
Subscribe to:
Posts (Atom)