Skip to Main Content

Embedded Technologies

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JMF on Pocket PC problem

843849Oct 15 2005 — edited Dec 23 2005
Hello all,
I'm now using IBM J9 personalprofile for develop application.
I need to write a audio player first. I try to port JMF to the pocket pc.
I have read this post...
http://forums.java.sun.com/thread.jspa?threadID=238274&start=0&tstart=30

For me, I use JMF cross platform edition and use customerizer.exe from Windows version to generate custom.jar. However, I need to complie RegistryLib.java mannually because the program said cannot find it. I try to use J2SE SDK 1.4.2 and 1.1.8 to generate RegistryLib.class and place it under correct directory and re-run the customerizer using same setting as before.

Then import custom.jar in to IBM WebSphere Studio Device Developer and Run the application. The exception flows...

IOException in readRegistry: java.io.EOFException
Unable to handle format: msadpcm, 22050.0 Hz, 4-bit, Stereo, Unsigned, 22311.0 frame rate, FrameSize=8192 bits
Failed to realize: com.sun.media.PlaybackEngine@287a287a
Error: Unable to realize com.sun.media.PlaybackEngine@287a287a

When i port this program into PPC( I use iPAQ 5550) and run it with j9VM. The exception is noplayerexception

I am thinking the problem may be in compling RegistryLib.java.

It seems that someone has successfully port JMF on PPC. Does anyone has simliar experience? How can I solve it?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 20 2006
Added on Oct 15 2005
1 comment
238 views