====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
project_info:howto_regain_in_an_ide [2011/10/31 09:05] benjamin format |
project_info:howto_regain_in_an_ide [2024/09/18 08:31] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== How to setup an IDE ====== | ====== How to setup an IDE ====== | ||
+ | |||
+ | In any case, you need to install the JDK first: [[http://java.sun.com/javase/downloads/index.jsp|Download]]. | ||
+ | |||
+ | You also should set the environment variable JAVA_HOME to the directory you installed the JDK into, e.g. ''C:/Programme/Java/jdk1.6.0_12''. The variable PATH should contain the ''bin''-Folder, e.g. ''%PATH%;%JAVA_HOME%\bin''. | ||
+ | |||
+ | Hint: Under Windows, you can set environment variable by: | ||
+ | * Hitting Windows+Pause | ||
+ | * Tab "Advanced" | ||
+ | * Button "Environment Variables" | ||
+ | |||
===== netbeans ===== | ===== netbeans ===== | ||
- Check out the [[project_info:sourcecode#check_out_sourcecode_from_the_svn_repository|source code with subversion]] into a folder of your choice. There exists several tools (RapidSVN, tortoise) or use the command line on a *nix/Cygwin. | - Check out the [[project_info:sourcecode#check_out_sourcecode_from_the_svn_repository|source code with subversion]] into a folder of your choice. There exists several tools (RapidSVN, tortoise) or use the command line on a *nix/Cygwin. |