I was wondering, would it be possible to export the source-code of our apps in future releases?
Or if its possible at all to retreive the source...
Printable View
I was wondering, would it be possible to export the source-code of our apps in future releases?
Or if its possible at all to retreive the source...
I don't think so..
What you get is a precompiled JAR file in which CT adds the files specific for your application. All extensions and all runtime stuff were already compiled, when you build your java executable it just puts together all the needed things into one file.
No.
As I understand it, it doesn't convert your app to Java code, instead it builds your app as it always does and just uses a Java runtime instead of the Windows runtime.
So instead of:
Your game running in MMF's Windows runtime in Windows
We get:
Your game running in MMF's Java runtime in Java's Windows runtime in Windows
Alritey. I wasn't sure if it was actually changing it to Java code or not.
Thanks anyway :D
What Andos said. It's pretty much the same for built executables, you will never get the C++ source ;) .
EDIT: Answered my own question by doing a bit of searching. Sorry.