Setting up Tomcat 7.0 with Eclipse Juno
I assume that you have already setup eclipse juno. Go to http://tomcat.apache.org/download-70.cgi and download the Windows Service Installer. Execute the installer exe file and go through it like...
View ArticleSetting up new Android Project with Eclipse Juno (ADT)
Setting up your first Android Project. Go on the Button to create a new android project: Now a wizard will start and ask you to fill in some fields. Give the application a name, specify a project name...
View ArticleInstalling the Android SDK with ADT Plugin on Eclipse Juno
Start Android SDK Setup. JDK must be installed. Click Next. Choose User, in my case “…just for me”. Choose a location for the SDK. (Keep this in mind) Now specify if you want to have a Start Menu...
View ArticleFirst Eclipse e4 Application
The coding of this project is published on github. Here we will create an Eclipse e4 application which looks like this: Hello Duckout e4 Apllication Installation of e4 We need prepare our Eclipse...
View Articlee4 application with different layouts and widgets
Prerequisite: First e4 application Github: e4Layout After you did the your first e4 application you can use different layouts and widgets to make it a nice looking application. This is what we are...
View ArticleSQLite with Java
0 Installation Download the SQLite JDBC driver. When using Eclipse you can just add the library to the classpath of your Java project. Add External Library to Build Path Select the Jar to the Build...
View Article