help needed

hi all,

i am developing a game project whoes user interface is flash client so i am going to use wowza media server written in java my problem is that my game logic is already written in python i needs to call that game logic in my java classes is it possible or i have to use Jython plz sujjest me.

[312 byte] By [jamesgoslina] at [2007-11-26 20:09:12]
# 1
Shouldn't you know? I mean, you created the java language.
CaptainMorgan08a at 2007-7-9 23:12:15 > top of Java-index,Other Topics,Java Game Development...
# 2
hello if i could have know the solution then y should i would have asked it.
jamesgoslina at 2007-7-9 23:12:15 > top of Java-index,Other Topics,Java Game Development...
# 3
Whether it's possible or not without jython, I'd think jython would be the easiest way to do it. Why don't you want to do it that way?
jverda at 2007-7-9 23:12:16 > top of Java-index,Other Topics,Java Game Development...
# 4
hi,my problem is that the game logic is already written in python i dnt wans to change it otherwise i have to learn jython which will be time consuming.
jamesgoslina at 2007-7-9 23:12:16 > top of Java-index,Other Topics,Java Game Development...
# 5

> hi,

> my problem is that the game logic is already written

> in python i dnt wans to change it otherwise i have to

> learn jython which will be time consuming.

Isn't jython just python with a Java-based execution engine?

Do you have a lot of glue to C/C++ code or something? If not, the jyhon and python syntax should be nearly identical, I think.

Or am I missing something?

jverda at 2007-7-9 23:12:16 > top of Java-index,Other Topics,Java Game Development...
# 6
If you really can't use jython, try here, see if there's something about non-jython python-to-java integration. http://www.google.com/search?hl=en&q=java+python+integration&btnG=Search
jverda at 2007-7-9 23:12:16 > top of Java-index,Other Topics,Java Game Development...