Posts Tagged J2EE

0

Eclipse and MyEclipse Proxy Settings

 

If you want to update your Eclipse platform and your machine is behind a proxy, then you need to set your network proxy in order for you Eclipse to download the updates.

You can set the proxy as follows

1- Go to window > preferences

Read More

0

Tutorial: Creating Java Web Application

In this tutorial you will learn how to create a simple Hello World Java web application. The application will not use any IDE and will solely depend on what JDK provides.

So, let start with our first java hello world web application.

Pre-Requisites

1- Download JDK from here. Latest JDK version at the time of writing this tutorial is 6.

2- Download and install/unzip Apache Tomcat web server (zip or tar for Linux or installer) from here

Read More

0

Tutorial: Java Hello World Application With MyEclipse

Java Hello World Web Application in MyEclipse

1- Open MyEclipse

2- Click on menu File > New > Web Project


clip_image001

Read More