diff --git a/YACOSCore/Install/Install-izPack.xml b/YACOSCore/Install/Install-izPack.xml
index dbffe47..15dbd7a 100644
--- a/YACOSCore/Install/Install-izPack.xml
+++ b/YACOSCore/Install/Install-izPack.xml
@@ -14,7 +14,6 @@
1.5
- yes
@@ -39,6 +38,9 @@
+
+
+
@@ -57,6 +59,7 @@
+
diff --git a/YACOSCore/Install/StartYACOS.bat b/YACOSCore/Install/StartYACOS.bat
index 8e8a13f..e1f9444 100644
--- a/YACOSCore/Install/StartYACOS.bat
+++ b/YACOSCore/Install/StartYACOS.bat
@@ -1 +1,2 @@
+set JAVA_HOME=@JDKPath
jboss-4.2.2.GA/bin/run.bat --host=@{server.address} -Dyacos.port=@{server.port}
\ No newline at end of file
diff --git a/YACOSCore/Install/StartYACOS.sh b/YACOSCore/Install/StartYACOS.sh
index 3fea044..c8c130d 100644
--- a/YACOSCore/Install/StartYACOS.sh
+++ b/YACOSCore/Install/StartYACOS.sh
@@ -1 +1,2 @@
+export JAVA_HOME="@JDKPath"
sh jboss-4.2.2.GA/bin/run.sh --host=@{server.address} -Dyacos.port=@{server.port}
\ No newline at end of file
diff --git a/YACOSCore/Install/userInputSpec.xml b/YACOSCore/Install/userInputSpec.xml
index 8ef4e0f..6e81ac5 100644
--- a/YACOSCore/Install/userInputSpec.xml
+++ b/YACOSCore/Install/userInputSpec.xml
@@ -3,7 +3,7 @@
-
+