Tools
Sign in
Login
Forum
Java Support - 1.7
Forum
>
Administration & Deployment
>
Java Support - 1.7
n/A
posted
on June 5, 2014
at 7:17 PM
n/A
posted
on June 5, 2014
at 7:17 PM
Greetings,
Does Appway currently support java JDK 1.7 or can we run only on 1.6? I'm using 5.3.5 release under Tomcat 6.0 on Windows 7.
Thanks,
Marcel Sammut
Emilie Boillat
replied
on June 6, 2014
at 11:05 AM
Emilie Boillat
replied
on June 6, 2014
at 11:05 AM
Hi Marcel,
Yes it does; Appway 5.3 supports JDK 1.6 and greater versions. See here for more information:
"System Installation: Technical Requirements"
Best,
Emilie
n/A
replied
on June 7, 2014
at 4:24 AM
n/A
replied
on June 7, 2014
at 4:24 AM
Thank you Emilie. I was actually looking for such documentation as well.
Cheers,
Marcel
n/A
replied
on November 10, 2014
at 11:05 PM
n/A
replied
on November 10, 2014
at 11:05 PM
If you have two versions of java on your machine (32 bit and 64 bit), is there a way I can configure the 32 bit standalone version of Appway to point to the 32 bit jdk without having to change my environment variable?
Thomas Suter
replied
on November 11, 2014
at 10:22 AM
Thomas Suter
replied
on November 11, 2014
at 10:22 AM
If you do not want to globaly change your JAVA_HOME variable you could create a .bat file which sets the environment variable.
This will only have a local effect in the current shell.
n/A
replied
on November 11, 2014
at 3:31 PM
n/A
replied
on November 11, 2014
at 3:31 PM
Hi T.
Thank you for your response. I am speaking in reference to the launching of the Appway Standalone server. I get an error stating that I do not have the correct version of jdk (32 bit version that is). I actually have both; 64 and 32 bit, I just need it to point to the correct version when I launch the server. I figured I can do it in the configuration file. I was looking online to try to find the config file entry's naming convention if it exists at all but so far nothing turns up.
Thomas Suter
replied
on November 11, 2014
at 4:22 PM
Thomas Suter
replied
on November 11, 2014
at 4:22 PM
All you have to do is create a .bat file which points to your JAVA_HOME or JRE_HOME (depending on what you have installed)
For example: I have 2 JREs 64bit at "C:\Program Files\Java\jre7" and 32bit at "C:\Program Files (x86)\Java\jre7"
I have a bat file which contains the following lines (please note that there are 3 lines, the last line starting with "java" is quite long)
start.bat (located next to the appway.jar file)
SET JRE_HOME="C:\Program Files (x86)\Java\jre7"
SET PATH=%JRE_HOME%\bin;%PATH%
java -Dstandalone.hostname=localhost -Dstandalone.port=8080 -Xmx512M -XX:MaxPermSize=128M -Djava.net.preferIPv4Stack=true -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.awt.headless=true -jar appway.jar
This uses the 32bit JRE if you want to start the 64bit just let the first line point to your 64bit JRE location.
On startup you should see something like this in the command window:
64bit
Appway Standalone 6.1.6 - Appway 6.1.6 - Appway Stand-alone Environment 1.2.5
Java:
Home : C:\Program Files\Java\jre7
Runtime: Java(TM) SE Runtime Environment 1.7.0_13-b20
Vendor : Oracle Corporation
Version: 1.7.0_13
VM : Java HotSpot(TM) 64-Bit Server VM 23.7-b01
32bit
Appway Standalone 6.1.6 - Appway 6.1.6 - Appway Stand-alone Environment 1.2.5
Java:
Home : C:\Program Files (x86)\Java\jre7
Runtime: Java(TM) SE Runtime Environment 1.7.0_71-b14
Vendor : Oracle Corporation
Version: 1.7.0_71
VM : Java HotSpot(TM) Client VM 24.71-b01
n/A
replied
on November 11, 2014
at 4:44 PM
n/A
replied
on November 11, 2014
at 4:44 PM
Ok thank you. I'll try that :)
n/A
replied
on November 11, 2014
at 5:11 PM
n/A
replied
on November 11, 2014
at 5:11 PM
Is the appway.jar file hidden or something? I can't find it anywhere
Thomas Suter
replied
on November 11, 2014
at 5:19 PM
Thomas Suter
replied
on November 11, 2014
at 5:19 PM
It's part of the Standalone distributable.
Should be in the standalone root directory.
n/A
replied
on November 11, 2014
at 5:25 PM
n/A
replied
on November 11, 2014
at 5:25 PM
yeah I searched and came up with nothing. i have version 5.3.6 so I am assuming that's the reason why I can't find it
Thomas Suter
replied
on November 11, 2014
at 5:41 PM
Thomas Suter
replied
on November 11, 2014
at 5:41 PM
Please create a support ticket so we can give you an updated standalone version.
Please
sign in
to add a reply
About this site
|
Terms of use
|
Privacy statement
|
Contact us
© 2025 Appway AG. All Rights Reserved.
Does Appway currently support java JDK 1.7 or can we run only on 1.6? I'm using 5.3.5 release under Tomcat 6.0 on Windows 7.
Thanks,
Marcel Sammut