Does JMF require a particular a new jre version?

Hi to all the JMF funs.
I made a simple transmitting - receiving application with JMF211e.
It works with jre 1.4.2_03 but it seems not working with another Pc that runs jre 1.3.1. No errors, only the receiver program doesn't run completely.
is it possible the is caused by the older jre ?
Thank you (again).
Alessandro

thanks again and glad to hear of you again.
Your suggestions are very good but it'all ok with my PC. I ' ve got to analize better the differences making a debug in the two PC.
The processes seem to start correctly but for some reason
     * SessionListener.
    public synchronized void update(SessionEvent evt) {
     if (evt instanceof NewParticipantEvent) {
         Participant p = ((NewParticipantEvent)evt).getParticipant();
         System.err.println("  - A new participant had just joined: " + p.getCNAME());
    }is not executed. Simply i don't see any
System.err.println("  - A new participant had just joined: " + p.getCNAME()); I'll study a little more during the week-end
Best regards
Alessandro

Similar Messages

  • Queries relared to JMF Library- Does JMF 2.1.1e supports all swf versions?

    Hi
    I am new to JMF, I have one requirement that, plays swf file in solaris red hat linux and on windows.
    I am not sure that JMF supports all swf file format.
    I was refering article :
    http://www.deitel.com/articles/java_tutorials/20060422/PlayingVideowithJMF/
    It seems only SWF2 are supported.
    also I checked http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html link where I could not find swf extension in supported file format.
    So, I Have query:
    Is JMF 2.1.1e support SWF? if yes are all version of swf are supported?
    if not , is there any future plans of having supports to swf files?
    Also, Is there any other API/SDK which can be usseful in above kind of requirment
    Thanks
    Nitin

    nitin638 wrote:
    Hi
    I am new to JMF, I have one requirement that, plays swf file in solaris red hat linux and on windows.You want to use Adobe Flex for that.
    I am not sure that JMF supports all swf file format.JMF doesn't support any kind of SWF files.
    I was refering article :
    http://www.deitel.com/articles/java_tutorials/20060422/PlayingVideowithJMF/
    It seems only SWF2 are supported.
    also I checked http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html link where I could not find swf extension in supported file format.
    That's because it's not supported by JMF ;-)
    So, I Have query:
    Is JMF 2.1.1e support SWF? if yes are all version of swf are supported?
    if not , is there any future plans of having supports to swf files?
    Also, Is there any other API/SDK which can be usseful in above kind of requirment JMF does not support SWF, in any version or kind or encoding.
    JMF is currently a dead project, and hasn't been extended / bug fixed in 7 years.
    There are a number of APIs out there that handle SWF files. The two worth looking at would be the Adobe Flex (this is the one you want) or possible the "Freedom for Media in Java" FMJ project (this is the one you want if you absooooolutely need to use Java).
    Thanks
    NitinWelcome.

  • Pb with new JRE version

    Hi everybody,
    I have problem of security like other people in this forum.
    I follow instructions of harmmeijer in his post 524815.
    This solved my pb but I discovered an other one ...
    Shortly : I had some pb with security access.
    I put calls from JavaScript to Java in a thread and it works.
    I tested with a name in place of IP Adress (e.g. http://localhost/myservlet in place of http://192.168.0.1/myservlet) and it doesn't work anymore but not at the same place.
    Now it is Java to JavaScript calls which cause exception : netscape.javascript.JSException
    (it is the only stack Trace !)
    The call which causes this exception is :
    sFunction = "putHTML"
    aoParam = {myFrame, myHTML}
    JSObject win = JSObject.getWindow(this);
    win.call(sFunction, aoParam);
    (Note that I have more Frames and the result is the same for all frames : "Page can not be displayed")
    If you have an idea ...
    Thanks in advance,
    Rafax.

    Because nobody answeres, I think I was not enough explicit ...
    Some precisions to explicit my problem :
    on Win 2000 and Win XP sp1, JVM 1.4.2_01 and upper : When I call Javascript from a thread in Java => the call to a javascript method "top.frames[myWindow].frames[myFrame].document.write(sDATA) " gives me a " Page can not be displayed " ("Impossible d'afficher la page" in French), only if my URL is like http://myMachine/myServlet (If I use http://myIP/myServlet, it works).
    on Win XP sp2, JVM 1.4.2_01 and upper : Same problem with the 2 methods of call (http://myMachine/myServlet and http://myIP/myServlet)
    Any comment would be appreciated,
    Rafax.

  • Java Web Start Application surprisedly does not start anymore based on new JRE1.7.0_45

    Hi everyone,
    we have to maintain a self-developed Java Application which is running based on JRE1.5.0_51 (x64). Our recent client machines have JRE1.7.0_40 (x64 too) installed in addition to the mentioned (and needed) JRE1.5.0_51 (x64).
    Everything was fine up to the point where we tried to install the newest JRE1.7.0_45 (x64) as the new version for doing the web start magic. The result is that our application (which is/was unchanged!) does not launch anymore. The strange thing is that we do not get any StackTrace, Exception or something else like this.
    The startup process simply hangs :-(
    Nothing has changed (application itself, firewall, network settings, hardware) apart from the new JRE version. It's reproducible at will. If I install JRE1.7.0_40 (x64) the application starts, if I install JRE1.7.0_45 (x64) the application hangs.
    I can say for sure, that in both cases (*_40 AND *_45) Web Start is able to do the synchronizing job and to launch the application base on the correct JRE1.5.0_51 (x64).
    My guess is that in case of an installed JRE1.7.0_45 (x64), the application hangs when it tries to connect to the database (Oracle 11g) via JDBC.
    I found a little hint in the Web Start Console. Therefore I had to switch the trace level of the console to 3 (which includes security, network and basic)
    In case of an installed JRE1.7.0_40 (x64) - which leads to a running application - I will receive the following output:
    Java Web Start 10.40.2.43
    JRE-Version verwenden 1.5.0_51-b10 Java HotSpot(TM) 64-Bit Server VM
    security: Istrusted: http://PKS-Server/jnlp2/advise_office.jnlp true
    avawsApplicationMain     3798 DEBUG root                : get Service: com.sun.jnlp.BasicServiceImpl@3b8e609b  fileName: connection.properties
    network: Cacheeintrag nicht gefunden [URL: http://PKS-Server/jnlp2//connection.properties, Version: null]
    network: Verbindung von http://PKS-Server/jnlp2//connection.properties mit Proxy=DIRECT wird hergestellt
    avawsApplicationMain     3803 INFO  root                : 'Alex2 connection.properties' wurde vom WebServer gelesen
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    avawsApplicationMain     4488 DEBUG root                : get Service: com.sun.jnlp.BasicServiceImpl@3b8e609b  fileName: connection.properties
    network: Cacheeintrag nicht gefunden [URL: http://PKS-Server/jnlp2//connection.properties, Version: null]
    network: Verbindung von http://PKS-Server/jnlp2//connection.properties mit Proxy=DIRECT wird hergestellt
    avawsApplicationMain     4492 INFO  root                : 'Alex2 connection.properties' wurde vom WebServer gelesen
    Connect OK => application starts.
    In case of an installed JRE1.7.0_45 (x64) - which leads to a hanging application - I will receive the following output:
    Java Web Start 10.45.2.18
    JRE-Version verwenden 1.5.0_51-b10 Java HotSpot(TM) 64-Bit Server VM
    security: Istrusted: http://PKS-Server/jnlp2/advise_office.jnlp true
    avawsApplicationMain     3805 DEBUG root                : get Service: com.sun.jnlp.BasicServiceImpl@25a41cc7  fileName: connection.properties
    network: Cacheeintrag nicht gefunden [URL: http://PKS-Server/jnlp2//connection.properties, Version: null]
    network: Verbindung von http://PKS-Server/jnlp2//connection.properties mit Proxy=DIRECT wird hergestellt
    avawsApplicationMain     3810 INFO  root                : 'Alex2 connection.properties' wurde vom WebServer gelesen
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    network: Verbindung von socket://PKS-Server:1521 mit Proxy=DIRECT wird hergestellt
    These last "network:" log entries will never stop. This will lead to an infinite loop which results in a great memory leak. I have to kill the process via windows task manager in order to get rid of it.
    Does someone out there has the same problem? Are there any new additional security issues which prevent my client to establish the database connection on port 1521?
    Any other ideas?
    Thanks in advance for any hint on this issue!
    Regards,
    Alex

    Resolution: We still were not able to solve this issue! The only way to get out of this is to install the JRE1.5 as the x64 variant. In this case no switching from 64-bit to 32-bit is needed and everything is on track again.
    But this is still strange and unexplainable :-(

  • IE 7 problem with jre version 1.4.1

    We are experiencing a problem with a site that is running java applets. It requires version 1.4.1. After logging into this site, a second window should appear. There are several times when that second window will attempt to open but then closes immediately. The only fix that I have found is to open the Java Console (tools>Sun Java Console) with the browser open and then immediately close the console.
    Is there another workaround or fix?
    Thanks

    Starting in JRE 5.0u7 and 6, we have family clsid support for the 1.4.2 and 5.0 JRE family. Please refer to Deploying Java Applets With Family JRE Versions in Java Plug-In for Internet Explorer for details. In your HTML page you can specify the 1.4.2 family clsid so that the latest installed JRE 1.4.2 version on the machine will be used. Note that we no longer support JRE 1.4.1. Please migrate your applet to JRE 1.4.2 or newer JRE versions.
    http://java.sun.com/developer/community/askxprt/2007/jl0212.html
    => upgrade to the latest jre

  • JRE version problem (XML Parsing)

    Hi,
    I posted a question earlier about an issue I'm having with an applet running in the Eclipse IDE but not in-browser. I have checked the JRE version for both and the browser is running 1.6.0_01 and the IDE is running 1.5.0_06. Now I could uninstall the former to force the browser to load the latter I believe but that doesn't solve the issue as I would need it to run on the newer JRE version.
    So my question is, what would cause the following error to occur in a later version of the JRE?
    Exception in thread "Thread-9" javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
    Thanks in advance,
    Dan

    It has nothing to do with new or old version of jre it has to do that the explorer jre (5) can not find the jar file it needs. It is looking for the class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl but it can not find it.
    In you Eclipse you do have this jar that's why it is running, just copy the jar to the lib or lib/ext folder in the jre 5 and everything should work.

  • Which JRE version to install on 64bit OS (win server 2008)

    Hello everyone
    I'm not sure what Java and JCO versions / releases to install on a Windows Server 2008 Standard 64bit Edition. We're installing  Edge BI 3.1... apparently this is 32bit Software. I understand that we need to install JCO 2.1.9. Normally I prefer to install 64bit versions of a software on a 64bit OS.
    In the JCO 2.1.9 installation preliminaries I read:
    The SAP Java Connector (JCo) 2.1.9 requires a Java Runtime Environment (JRE) version 1.3 or 1.4. The 64-bit JCo versions need a 64-bit JRE version 1.4. Please see SAP note 549268 for a current and detailed list of supported platforms and Java runtime environments.
    Unfortunately I can't find a 64bit JRE version 1.4... just a 32bit JRE 1.4.2_19 version. Furthermore this Java version is end of life. See http://www.oracle.com/technetwork/java/javase/download-138376.html.
    So question is: what versions exactly for JCO 2.1.9 (32 or 64 bit) and JRE should I install?
    Thanks for some clarification in advance to anyone!
    Renaud
    EDIT:
    According to [this|Re: BOE SAP integration kit issue - Java connector] posting it seems that it is required to install the 32bit version of JCO 2.1.9

    Actually, this problem is only partially solved. I still get "Can't connect to local MySQL server through socket '/var/mysql/mysql.sock..." when I type 'mysql'. I can access mysql by typing 'sudo mysql', but still get the socket error when connecting via php, so I think I still need to get to the point where I can type mysql without sudo.
    Also, I went ahead and installed MySQL 5 with the tar package.
    Message was edited by: rabbitdog

  • Silent uninstall issue with JRE Version 1.7.0.60

    we use the following install/uninstall string for quite a long time without any problems:
    Install:
    msiexec /i "%~dp0x86\jre1.7.0_55.msi" PROG=0 INSTALLDIR="%ProgramFiles%\Java\jre1.7.0_55" /qn REBOOT=ReallySuppress /l* Installx86.log TRANSFORMS=jre1031.mst METHOD=joff SKIPLICENSE=1 JU=0 AU=0 REMOVEEXISTING=1 JAVAUPDATE=0 AUTOUPDATECHECK=0 SYSTRAY=0 ENDDIALOG=0
    Uninstall:
    MsiExec.exe /X {26A24AE4-039D-4CA4-87B4-2F83217055FF} /qn REBOOT=ReallySuppress /l* UnInstall.log
    The uninstall script even runs silent when Java runs in a browser while uninstall is executed since version 1.7.0.55.
    With the new JRE Version 1.7.0_60 a window appears during silent uninstall saying that i have to close the browser to proceed. I think it has to be a bug because we use the MSI-Installer with "/qn"-property and there should never be any window but an errorcode on the command line.
    It happens with x86 and (if a x64 Internet Explorer Tab is open) with x64 silent uninstall.
    Can someone confirm this behavior and report this bug? Or can someone tell me where I could report this bug myself?

    I'd say you can report the bug on http://bugreport.java.com/ under "Submit a Bug".
    -- rpr.

  • Do not download new JRE

    Hello,
    I have a situation where the client does not want me to download the JRE if my applet does not find the JRE required. If I require JRE 1.4.0 and higher, but the client does not have it, then is there a way for me to send the user to an error page as opposed to the auto download feature provided by sun as part of the object tag?
    Since more corporations do not allow users to install applications, this is quite a problem for us.
    Any help would be great.
    Thanks
    Amitabh

    No,
    I do not think it is a bug, but just a requirement that i think should be in most cases. Some corporations are still using jre 1.3.1_01 and are not very eager to jump on the newer JRE bandwagons. Their applications depend on this particular version of the JRE and moreover most corporations do not give the clients the necessary privileges to install applications. Instead it would be nice if i could simply go to some error page as opposed to forcing the client to download and install the JRE that our applications need. If our application cannot find the JRE it needs, it's ok for us to redirect the user to some page that tells him that he needs to get the version we need. I am hoping that there is some way to do this. I did find a way to do something like this using javascript, but that script specifically looks for the exact version of the JRE as opposed to a version or higher, kind of thing.

  • JRE version requirements

    I am attempting to write an applet which requires JRE 1.5+ to be installed. For visitors that either do not have any JRE installed or have an older version, I would like my webpage to be able to redirect them to download the latest JRE. I also would like this mechanism to support all browsers and all platforms if possible. I created a web page with an applet tag and tried used HtmlConverter to insert scripts and tags that support various platforms/browsers. It seems to work fine with IE, but when I visit the page with Netscape or Firefox on a machine that has only JRE 1.4.2 installed, all I get is an applet box with a red X. The Java Console shows an "UnsupportedClassVersionError."
    I am actually writing this applet only for the purpose of ensuring that the user has a new enough JRE in order to run our WebStart application. If in the jnlp file I specify a JRE version that is higher than the user has installed, it correctly attempts to download a new version. But if they have no Java installed at all, the browser simply tries to save the jnlp file. So this doesn't provide what I need either.
    One possible solution might be to compile a JRE 1.1 compiled class and use that to redirect the user to http://java.com/download if it does not detect a 1.5 JRE. But I am not sure if this is a good idea or not because this version is no longer supported by Sun.
    Anybody have any recommendations?

    I am attempting to write an applet which requires JRE 1.5+ to be installed. For visitors that either do not have any JRE installed or have an older version, I would like my webpage to be able to redirect them to download the latest JRE. I also would like this mechanism to support all browsers and all platforms if possible. I created a web page with an applet tag and tried used HtmlConverter to insert scripts and tags that support various platforms/browsers. It seems to work fine with IE, but when I visit the page with Netscape or Firefox on a machine that has only JRE 1.4.2 installed, all I get is an applet box with a red X. The Java Console shows an "UnsupportedClassVersionError."
    I am actually writing this applet only for the purpose of ensuring that the user has a new enough JRE in order to run our WebStart application. If in the jnlp file I specify a JRE version that is higher than the user has installed, it correctly attempts to download a new version. But if they have no Java installed at all, the browser simply tries to save the jnlp file. So this doesn't provide what I need either.
    One possible solution might be to compile a JRE 1.1 compiled class and use that to redirect the user to http://java.com/download if it does not detect a 1.5 JRE. But I am not sure if this is a good idea or not because this version is no longer supported by Sun.
    Anybody have any recommendations?

  • Trivia game that does NOT require data

    looking for a trivia game that does not require an Internet connection. We are going camping and like to play a trivia game around the camp fire, but there is no cell service or data or wifi. We have used Mr Trivia for the last couple years but have ran out of new questions. Looking for something simular in function. Most of what I've tryed does not funtion without running data.
    ipad, iphone or pod (mutiple generations)
    thanks

    dalewren wrote:
    Are there any carriers that allow this?
    Not that I'm aware of. In fact, many carriers, if they detect an iPhone on their network without a data plan, will either bill you for such or cancel your service.

  • Requirements to go for new TableSpace Creation ?

    Hi All,
    It is a more databse question than SAP,
    What are requirements to go for new Tablespace creation ?
    OR
    Why do we need to create new Tablespace evethough, we have around 7 default tspaces there.
    Eg : In my case TSpace PSAPVERTEX  created; vertex is US tax tool.
    I dont think database stores the application specific data in particular TSpace  like  vertex application -
    PSAPVETEX
    Please reply to me soon
    RK

    Hello Ramakrishna,
    >> Why do we need to create new Tablespace evethough, we have around 7 default tspaces there.
    That is not correct. You have one default tablespace on database level or one default tablespace for different users (user settings)... but you can never have more than one default tablespace.
    SAP creates more tablespaces to seperate the data and to structure it... but the definition, which object is stored in which tablespace is specified in the create statement of the object.
    So if objects are for the vertex application.. the create statement includes the vertex tablespace PSAPVERTEX.. if not the objects are created in the default tablespace for the user.
    Regards
    Stefan

  • MacBook Pro does not requiring password every time

    My new MacBook Pro (Late 2013 Retina) does not requiring password every time (ver. 10.9.2).  It is set to require a password and it does most of the time but it often does not.  I have seen some posts of other people having this issue but have not seen any fix? 

    Chisand wrote:
    My new MacBook Pro (Late 2013 Retina)
    I have seen some posts of other people having this issue but have not seen any fix? 
    You are still under warranty.  Call Apple Care. Make sure you get a case number as all repairs have an additional 90 days of warranty. 
    #1 - You have 14 days from the date of purchase to return your computer with no questions asked.
    #2 - You have 90 days of FREE phone tech support.
    #3 - You have the standard one year Apple warranty.
    #4 - If you've purchased an AppleCare Protection Plan, your warranty last for 3 years.   You can obtain AppleCare anytime up to the first year of the purchase of your computer.
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired.

  • Image drag drop not working in scaffholding. Does it require soem setting?

    image drag drop not working in scaffholding. Does it require soem setting?

    Hello Manoj,
    The scaffolding teamplate which you use to create scaffolding page is actually a design prototype which helps you to create similar types of pages instances very quickly without authoring each page separately (for example news, aticle types of pages) and that is the concept of scaffolding only.
    For example - When you go to location http://localhost:4502/miscadmin#/etc/scaffolding/geometrixx you will see a "News" page which is an example of scaffolding (this is a similar page which you can create using scaffolding template).
    Now if you open this page you will be accessing http://localhost:4502/cf#/etc/scaffolding/geometrixx/news.html and here you will see already design page.
         1. if you access page properties from side kick you will see how this page is configured using target template and target path
         2. if you go to design mode using side kick you will see how the component has been design (which is similar to what appears on page when you came first time)
         3. Now come back to normal view of that page (http://localhost:4502/cf#/etc/scaffolding/geometrixx/news.html) and author this page with some dummy property and click on "create" button. I know here you can not author the image as it comes as disabled empty box.
         4. once you author the content and click on create button it will create an instance of scaffolding page on the same page you can see the link on the top of same page.
         5. Now access that page, when you access that page the page will take reference of target template you configured using pare preoperties to display the page.
         6. On this page you will see the same component you configured and when you will edit it you can author the image from there directly.
    Now question is why to configure same component two times half data from scaffolding and half data from page but answer is the design is correct because the page design which you have created (for example http://localhost:4502/cf#/etc/scaffolding/geometrixx/news.html) is just proto type to create actual page instances and prototype can not holds values for page instance (specially image until it doesnt configured correctly for page instance in this case) which exist only when you create pages using the scaffolding page prototype. Otherwise you have to do more customization by extending scaffolding "/libs/wcm/scaffolding" changing the code and design OR you have to design it according to your target page strtucture which you have configured in page properties (specially image node).
    If you want to create your own page prototype using scaffolding template and want image to associate just copy paste "/etc/scaffolding/geometrixx/news/jcr:content/dialog/items/items/tab2" node to your newly created scaffolding page prototype.
    for more information on scaffolding just refer -http://dev.day.com/docs/en/cq/current/wcm/scaffolding.html
    I hope it clarifies your question and help you to proceed. Let me know if you need more information or help.
    Thanks,
    Pawan

  • Does Tiger require ownership (and sharing) of wired printers on a wireless LAN? My G4 (Tiger) is also wired to the LAN, and can access all wired printers through the router. Wireless Macs cannot even find the printers.

    Does Tiger require ownership (and sharing) of wired printers on a wireless LAN? My G4 (Tiger) and all printers are wired to the LAN, and the G4 can access all printers through the router. Additional wireless Macs (Snow Leopard and Mountain Lion) cannot even find the printers. Yet, if the G4 shares the printers, then ALL computers on the LAN can access them. However, this requires the G4 to remain powered. Is there a workaround that would allow me to shut down the G4 and still use the printers?

    Hello BDAqua!
    Well, I am halfway there. Following your steps on the Snow Leopard MBP, the newer printer (a Canon MX860 inkjet) appeared automatically under the "default" icon on the ADD printer window. I used the IP icon with the HP Jetdirect-Socket protocol to find and add the older printer, (an HP 4000N). That required running a configuration page from the printer to locate its IP address. I printed to both printers through this laptop with success!
    I then followed exactly the same procedure with the Mountain Lion MBP. For both installation attempts, I got an error message window: Unable to verify the printer on your network. "192.168.111" may not exist or is unavailable at this time. Would you still like to create the printer? If I click Continue, it creates the icon and name in the printer list. However when I attempt to print from an app. the next message says, 'Printer is unavailable.'
    Why one laptop finds and uses both printers, and the newer laptop does not, just floors me!
    Thank you for your ongoing assistance.
    Bill

Maybe you are looking for