I use Flex all the time, but I'm really not used to Java. I didn't
try too much, but I think I need to embed JDBC classes inside the
application...
I use Milenia 0.5 (I will go to new version as soon as possible), and
I follow the instructions to make the MilGraTutorial application.
The application works perfectly, so I just add JDBC as an external jar
in my project, but I get an error while using it in Milenia.
I made a few tests with JDBC, and all my requests works fine in
Eclipse.
The JDBC classes seems to be missing (class not found error), so what
should I do to add JDBC to my application ?
By the way, thanks a lot for your work Milan, it's really helpful.
I'm doing a small multiplayer, real-time game in Flex right now and it
was really easy to implement Milenia.