Java Scripting – Take On Helicopters Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
m (query about Java version)
 
mNo edit summary
Line 3: Line 3:
Do we need the JDK or is JRE sufficient? Must we use 1.7 (current version is 7u3)?<br/>
Do we need the JDK or is JRE sufficient? Must we use 1.7 (current version is 7u3)?<br/>
[[User:Ceeeb|Ceeeb]] 22:14, 22 February 2012 (CET)
[[User:Ceeeb|Ceeeb]] 22:14, 22 February 2012 (CET)
* For running Java scripts you need nothing but the updated game (it has its own JRE distributed with it). For development of scripts the JDK is needed (to compile the classes), and BI is using 1.7 to base its work on currently. -[[User:Joris|Joris]] 09:35, 23 February 2012 (CET)

Revision as of 10:35, 23 February 2012

Java SE version

Do we need the JDK or is JRE sufficient? Must we use 1.7 (current version is 7u3)?
Ceeeb 22:14, 22 February 2012 (CET)

  • For running Java scripts you need nothing but the updated game (it has its own JRE distributed with it). For development of scripts the JDK is needed (to compile the classes), and BI is using 1.7 to base its work on currently. -Joris 09:35, 23 February 2012 (CET)