| Newsgroups |
gmane.comp.java.sun.kvm |
| Message-ID |
<[email protected]> |
Thanks a lot!
And another question...I have written an example(using cdc creme platform) for trying like below:
[i]
try{
Player mediaPlayer = Manager.createPlayer("c:/bailey.mpg");
mediaPlayer.realize();
mediaPlayer.start();
}catch(Exception e){
e.printStackTrace();
}[/i]
But I get Null PointerException after running.I suppose the file format is incorrect.
Because the error is emerged on the "mediaPlayer.realize();" line.
I am not sure.Can you help?
Thanks...
[Message sent by forum member 'javaandcoffee' (javaandcoffee)]
http://forums.java.net/jive/thread.jspa?messageID=263790
===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff KVM-INTEREST". For general help, send email to
[email protected] and include in the body of the message "help".