Java/C# Targets

Monkey Forums/Monkey Programming/Java/C# Targets

frank(Posted 2012) [#1]
In the targets directory of my purchased Monkey I see XNA, Android etc, but when I build a project only the objective C, C and html5 targets show up; how can I make them all show? (sorry if this was asked before, I cannot find it anywhere...)


JIM(Posted 2012) [#2]
In your monkey folder, there's a folder named "bin". In there, there's a file: config.winnt.txt

Open that and check the paths.

For java (android) target, you will need to download and install: JDK, android SDK and apache ant. After that, make sure the paths in the config file are correct. (ANT_PATH, JDK_PATH, ANDROID_PATH)

For the C# target you will need to have XNA installed. I never used C# target, so I can't help you further on this one.

And that should do it :)


frank(Posted 2012) [#3]
Nice! Thank you for that! I thought the XNA is C# (as you cannot currently use native code on WP7 and I saw people here compiling for WP7).


therevills(Posted 2012) [#4]
Yep, XNA is C#.