Hello,
I have a Java technical question, related to the installation process of
applications.
By default, no Java on Windows, which cause trouble to distribute maxmsp
applications using MXJ, because then we have to explain this this and
this to get the user to install a proper Java runtime.
(and also, if we developp in Java5, more troubles because computer may
have only Java1.4...)
This is not efficient at all.
The solution is to embed a JRE into the application folder. This is
quite easy for any custom java application, we just have to copy it and
to reference it in the startup script.
My question is:
Is it possible with maxmsp/mxj to indicate where to find the JRE ?
We have
max.java.jvm.version 1.5
to select the JVM version, but it would be nice to have
max.java.path .\jre
for example, to tell mxj the JRE is in directory "jre" of application
directory.
If this is possible, we don't have do bother anymore with Java on
Windows. We install the needed version with our application.
Thanks,
Chris