Hey i currently finished up a program where it uses a media player, and other components. I'm trying to turn my program to an exe file. I did using cmd commands but the only thing is that when i run this program the media player doesn't work. Everything else works. I know java media uses JMF. i copied that folder into the same directory as the program but it still doesn't play media. When i click on a button to play media in the program the cmd window comes up with errors:

Fobs4JMF - Native shared library NOT found
java.lang.UnsatisfiedLinkerror: C:\Windows\System32\fobs4jmf.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform.
at java.lang.ClassLoader$NativeLibrary.load<Native Method>
at java.lang.ClassLoader.loadLibrary<Unknown Source>
..... and a bunch of more code like the above lines.
Please help,
Thanks.

ps. The program works when i run it through an editor so i know i have JFM installed on my computer properly.