0

I am wondering whether i can use java to write games for xbox-one? Any ideas?

Thanks!

Peng Mu
  • 57
  • 1
  • 1
  • 1
    Microsoft has its own framework for games on Xbox (360 or One) and I'm pretty sure it works only with C# and not with Java (by the way I don't think java is a pretty good solution to create games) – Depado Sep 05 '13 at 07:51
  • actually java is becoming increasingly used for game developement – SemperAmbroscus Mar 31 '14 at 21:04

3 Answers3

1

It was not possible for the Xbox 360, so i guess it will be the same for the Xbox One.

On this Wikipedia article about developing Indie Games, they say:

Create – Games are written in C# or Visual Basic .NET using the XNA Game Studio framework, allowing the developers to debug and test their game internally before release. The final code is compiled into a single binary package.

So the answer is that you can't develop games in Java for Xbox One.

MystyxMac
  • 1,532
  • 2
  • 14
  • 28
0

You from my knowledge, cannot. But, if you know java, C# is pretty similar, so learning it will be pretty easy.

Hello World
  • 395
  • 3
  • 7
0

It is possible. You can use something like IKVM.NET to run Java in the .NET VM. Or you can compile Java to machine code.

Mustafa
  • 931
  • 1
  • 13
  • 26