Jump to content

JMF Installation.


Recommended Posts

The IMF API installation fails the diagnostic test http://java.sun.com/products/java-media/jm...iagnostics.html

but TVApplet.java sample is compiled OK and these .class files are produced.

 

TVApplet$1.class

TVApplet.class

TVApplet$CPanel.class

TVApplet.html

 

Now I've written the applet .html below and Firefox cannot open it.

 

<applet code=TVApplet width=587 height=510>

<param name=file value="calcioMO.avi">

</applet>

 

 

Firefox pass all of the tests in http://www.java.com/en/download/installed.jsp

Of course JMF works fine in Windows.....

Is there someone with java environment that can try to install it ?

http://java.sun.com/products/java-media/jmf/

Many thanks.

 

PS- It is the Java software to manage video files ...and a video player is part of the product...

 

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

Still it appears as a linux problem !

Using Appletviewer I can see that the class javax/media/ControllerListener cannot be found !

and the CLASSPATH is right !!!

[lando@localhost ~]$ echo $CLASSPATH

/home/lando/JMF-2.1.1e/lib/jmf.jar:.

 

The archive file jmf.jar contains also the class javax/media/ControllerListener ! :wall::wall::wall:

Link to comment
Share on other sites

The IMF API installation fails the diagnostic test http://java.sun.com/products/java-media/jm...iagnostics.html

Well that's not a very encouraging start - if that diagnostics test doesn't work then I'm not surprised your sample doesn't either.

 

Have you got the cross-platform version, the Windows version or the linux version?

 

And have you tried making an application using JMF and running it directly, rather than making an applet? If your compiler doesn't complain about the JMF classes then maybe running as an application would work, then you just have to sort out your browser.

Link to comment
Share on other sites

Have you got the cross-platform version, the Windows version or the linux version?

 

.............then you just have to sort out your browser.

For Linux,...the failing linux version ...

For Windows,its OK version.

Appletviewer fails,.....then the browser has no faults ....

The cross-platform version could run fine with linux ?

Thanks.

 

 

 

 

PS- JMStudio works fine.........

 

Could be jmf.jar wrong packed ?

Edited by Lando
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...