Java target in Monkey v0.66b

Monkey Forums/Monkey Programming/Java target in Monkey v0.66b

golomp(Posted 2013) [#1]
Hi,

In demo bananas/mak/filetest
at line 2 there is this compiler directive:

#If LANG<>"cpp" And LANG<>"java" And LANG<>"cs"

As far as i know target supported by Monkey are:
HTML5, GLFW, FLASH, Android, iOS, XNA and Stdcpp.

what values take LANG for these targets ?

How can i activate java target ?
(i would like to try file system)

Regards,
Golomp


Rushino(Posted 2013) [#2]
Be careful of two keywords currently used.. there is TARGET and LANG. Both are different. For TARGET which is Android LANG would be Java. So JAVA is the same as Android target. This is probably there in case two target could have java as languag.


golomp(Posted 2013) [#3]
Ok thank you Rushino i was making a confusion.

Concerning Java, you mean file system is available for android app ?

It could be cool if it was also available for HTML5 or Flash.

Because usually i program with Monkey targetting at HTML5 and Flash on PC/Windows XP and when it's finished i target to Android and i make some adjustment.


therevills(Posted 2013) [#4]
In the future there could be a Java target which uses the LANG java (of course ;))...


golomp(Posted 2013) [#5]
Thanks for this information Therevills.

Do you think - in future - file system would be included also in HTML5 or Flash target ?

It could be a kind of paradise...

;)