Install Eclipse Mars and Java web plugins
This tutorial will show how to install Eclipse Mars IDE on Windows and Ubuntu, and install Java web development plugins.
Pre-requisites
- Java Development Kit – click here to follow to tutorial.
This tutorial will show how to install Eclipse Mars IDE on Windows and Ubuntu, and install Java web development plugins.
Since Oracle doesn’t provide JDK as portable ZIP for Windows, this tutorial will show how to convert JDK from EXE to ZIP.
If you’re looking for instructions to convert JDK 9, the process is a bit different than this one for Java 8 and prior versions, so please visit the following tutorial for Java 9:
This tutorial will show how to change Eclipse JRE path, in order to force Eclipse to use the specified JVM.
This is a very useful approach if you need your Eclipse running over a different JVM than the one specified on your PATH environment variable, or even if this variable absent. Also, it is going to help you with portable JREs and to solve the No Java Virtual machine was found
error.
This tutotial will show how to enable Wildfly remote access, so you can manage your application server remotely as you would at the local machine it is running on.
I believe that everyone is very used to install Wildfly on your local machine running a operation system with GUI and a web browsers available. So, when you need to log on Wildfly’s administrative page at http://localhost:8080/ to manage your application server for, by example, adding users or adding datasources, everything works as expected.
However, if your Wildfly is running on a remote machine and you try to access your administrative page through the network by it’s IP address or hostname, let’s say, at http://54.94.240.170:8080/, you will probably see a graceful This webpage is not available error, in another words, Wildfly said “No, thanks, I’m not allowing requests from another guys than the ones at my local machine”.
This tutorial will show how to add datasource to Wildfly, making use of the Postgres database.
This tutorial will show how to add a user to Wildfly, so that this new user can manage the application server.
This tutorial will show how to download and install the Wildfly application server on Windows and Ubuntu, and add Wildfly to Eclipse.
This tutorial will show two alternatives to install Gradle plugin on Eclipse Luna and newer versions.
This tutorial will show how to install Eclipse Luna IDE on Windows and Ubuntu, and install Java web development plugins.
This tutorial will guide you through Gradle build tool installation and environment variables setup on Windows and Ubuntu.
This tutorial assumes that you already have JDK installed on your machine, if not, install it by following the steps in this quick tutorial before moving on.
Read More »Install Gradle on Windows and Ubuntu