D
dsl
Hello all,
I apologize for what will probably be a basic question. I need to
create a tool that could be run from a windows and mac platform. I
have windows a colleague has mac. First off, I know little about
Java, but am familiar with .NET and Actionscript/FLEX. When a program
is compiled in those environments with a 3rd party addition, the 3rd
party addition is packaged with it. I know that simplifies it. As I
understand with Java, if you include a 3rd party jar file then this
may be included with the application. Again, I know that simplifies
things. Where I'm not certain is if you are using Java Media
Framework for example, can the needed files be packaged with the
application, or does Java Media Framework need to be installed along
with the Java installation? Or, if using something like FMJ and
FFMPEG-Java, which is a wrapper for FFMPEG, do these need to be
installed on the machine by the user?
Basically I'm looking for a simple way to include mpeg-4 encode/decode
support in this tool without having to install several additional
programs.
Thank you,
David
I apologize for what will probably be a basic question. I need to
create a tool that could be run from a windows and mac platform. I
have windows a colleague has mac. First off, I know little about
Java, but am familiar with .NET and Actionscript/FLEX. When a program
is compiled in those environments with a 3rd party addition, the 3rd
party addition is packaged with it. I know that simplifies it. As I
understand with Java, if you include a 3rd party jar file then this
may be included with the application. Again, I know that simplifies
things. Where I'm not certain is if you are using Java Media
Framework for example, can the needed files be packaged with the
application, or does Java Media Framework need to be installed along
with the Java installation? Or, if using something like FMJ and
FFMPEG-Java, which is a wrapper for FFMPEG, do these need to be
installed on the machine by the user?
Basically I'm looking for a simple way to include mpeg-4 encode/decode
support in this tool without having to install several additional
programs.
Thank you,
David