Do JavaFX TV Applications run with all TV standards?

Hello,
I have a question about the different standards adopted by some countries on digital television. I know that, at present, JavaFX works with most standards implemented in the United States, Europe and other countries. However, in most South American countries are beginning to adopt the ISDB-T standard, the standard Japanese-brazilian. Furthermore, this standard proposes new ideas as the development of applications on the middleware Ginga-NCL and Ginga-J (Java). These middleware are based on Java. My question centers on that if I can develop normally JavaFX TV applications running without any problems on this digital TV standard. If someone could answer my question, I would appreciate a lot.
Thanks.
Edited by: jadisha on Jun 6, 2010 8:02 AM

This question looks a lot like the one at [Where can the TV based javafx programs be used?|http://forums.sun.com/thread.jspa?threadID=5441296]...

Similar Messages

  • Internet connectivity circle keeps running with all apps closed in IOS 7.1

    Please help. Internet connectivity circle keeps running with all apps closed in IOS 7.1.
    This only started to happen after the iOS 7.1 update !
    Happened twice. Goes away after restarting the phone.

    I can confirm all bugs detailed by 'Taxes', above, and would add that Calendar suffers from similar 'swipe' issues to Safari!
    Doesn't anyone sit down and 'play' before release to check if these bugs have been exterminated?

  • 9i or 10g application running with JAWS - activating List Boxes

    The keyboard shortcut for activating List Boxes in a Web environment (either 9i or 10G) is to use ALT+DOWNARROW key. THis works absolutely fine when running without JAWS screen reader, but as soon as JAWS is loaded then ALT+DOWNARROW does nothing -- this seems to render any FORMS application inaccessible. I cannot believe that this is the case, given Oracle's position regarding section 508 / accesibility etc. Has anyone come accross this problem before, any ideas??

    Hi,
    For web application using PL/SQL and the old Oracle Application Server, it doesn't make a lot of difference between 9iASR2 and 10g. Last year we migrated one of our critical web application from OAS to 9iASR2 with no change of code. The new system is actually much more stable with less system crash.
    I would still recommend to migrate directly to 10g and skip 9iASR2.
    The reason is 10g(9.0.4) is really a maintenance version of 9iASR2(9.0.2) with all the required bug fix and some new features. We have been trying to migrate some applications to 9iASR2 for more than 1 year now but some technical issue stopped the production implementation. We are currently waiting for the 10g Windows version or we may try out the Linux version.
    There is a lot of good feedback related to 10g.
    Regards.
    Wade.

  • How a web application runs with a different realm then default realm

    Is there a way to run my web application with a different custom realm then the default realm of appserver.
    (My custom realm is not the default one)

    Not in S1AS7, unfortunately. You'll need to set your custom realm to be the default for that particular instance.

  • Speculation: Neo2 with all four DDR slots filled

    Can anyone speculate as to whether it will be reasonable (or even possible) to run 4 sticks of RAM in the soon-to-arrive (939) K8N Neo2 at DDR400, or better yet, at DDR433 or higher?  I've got real perverse desire to run 2 gigs of RAM when I get my Neo2, but it would be a shame to settle for 333.  
    I'm aware that the Athlon64 memory controller doesn't officially support this situation, but I'm also aware that some users HAVE been able successfully to run DDR quantities and speeds beyond the controller's specs on the (754) Neo.  
    What do y'all think.  
    Thanks.
    hubris

    Dunni if, but maybe this helps:
    http://www.anandtech.com/mb/showdoc.aspx?i=2128&p=11
    Quote
    The MSI K8N Neo2 was able to run with all 4 DIMM slots at the same aggressive 2-2-2-10 settings used for 2 DIMMs. However, as we have seen on the other 939 boards running all 4 DIMMs, Command Rate must be reduced to 2T when filling both Dual Channels.
    The dialog above states 200mhz.
    So my guess is: Yes even tough 2T might be a bit of a loss.

  • WAAS 7341 uanble to optimize application runnnig with browser IE7

    Hi,
    I'm having Cisco WAAS 7341 with version 4.1.5.F
    Aplication running on browser IE7 are unable to optimize the connection on WAAS where as the application running on browser IE6 are able to optimize the connection on WAAS.I do not find any bugs related to current version
    Pl. let me know if any tunning needs to  be done on WAAS or on browser.

    Hi
    When you refer an application running with browser IE7, I think you are referring to an HTTP application.
    Do you see HTTP AO enabled? sh accelerator is the command to check it out.
    Do you see the connection showing up as THDL on your WAAS box? sh stat connection client-ip
    Regards
    Rama

  • How to automatic encrypt documents with Acrobat 9 standard ?

    Hello,
    I wont to encrypt documents automatically if the document is saved with a standard password.
    Is that possible ?
    I have the feeling it should be possibe with some jave code which is invoked during document close.
    The background for this question is that there is a application running with automatically creates PDF-files using Acrobat standard, and sends the files with smtp-email. I want to enctypt this files and there is no chance to configre the application in this way.
    Thanks,
    Thomas

    I have installed the following Javascript and still have problems to execute the function "this.encryptUsingPoliciy", the error message is "is not a function". It seems that "this" does not identify the currently opend document.
    Using the variable "doc" the code runs errorfree and does what I want, but only on the new opened document.
    I simply want to encrypt every document which is opened and saved with a Security Policy !
    What I'm doing wrong ?
    Thanks,
    Thomas
    /* Applying a Security Policy to a PDF Document */
    /* You need to create a security policy before running this script */
    /* Use "Advanced > Security > Manage Security Policies" menu */
    var ApplySecurity = app.trustedFunction(
    function()
      var oMyPolicy = null;
      var sPolicyName = "StandardPassword";
      app.beginPriv();
      // First, Get the ID of StandardPassword security policy
      var aPols = security.getSecurityPolicies();
      for(var i=0; i<aPols.length; i++)
         if(aPols[i].name == sPolicyName)
              oMyPolicy = aPols[i];
              break;
      if(oMyPolicy != null)
         // Now, Apply the security Policy
         // var doc = app.newDoc();
         // var rtn = doc.encryptUsingPolicy({oPolicy: oMyPolicy});
         var rtn = this.encryptUsingPolicy({oPolicy: oMyPolicy});
          if(rtn.errorCode != 0)
               // Print error message into JavaScript Debugger Console
               console.println("Security Error: " + rtn.errorText);
      app.endPriv();
    ApplySecurity();

  • I'm having problems with JavaFX applications run on raspberry pi!

    I'm having problems with JavaFX applications run on raspberry pi. I did all the steps of the videos of the course: overclocking, uncommented what I had to uncomment about the framebuffer but Exceptions are still happening. The Fireworks demo example does not work. Someone went through this problem? Java applications are ok. As the versions of java in netbeans project and also on "properties" and they are all JDK 8. So if someone can give a hint, I'm very grateful!

    Can you provide the exceptions you got so I can help you better?
    Would you like to do a coaching session for this?
    -Vinicius

  • HT5655 I followed all the instructions to update Flash Player, but the installation fails at around 90%, it says that there is an Application running (Safari) bit I actually close all Apps. already. can someone help me with this issue ?? Thanks

    I have followed the instructions to update Flash Player, the Installation Fails at about 90%, it says that there is an Application running (Safari) and it says to close all the apps. and start again ... but I already close all the Applications ... none is running ... can someone help me with this issue ??? Thanks ...

    Dear Dominic
    Brilliant reply. Simple English. Simple to follow instructions. And it worked immediately, first time.
    Why couldn't the Apple and Adobe corporations get their programming right first time? We spend billions of UK pounds and US dollars with them. They reply with incompetent programming such as this, and arrogance to their customers in issuing faulty systems without doing the most rudimentary checks.
    Anyway, I certainly shan't be buying another Apple as this is the most unreliable, most incomprehensible, most illogical and downright thoughtless shoddy piece of computer kit which I have ever owned. And all of it is rubbish ~ emails disappear, photos can't be organised properly, spreadsheets don't work, Pages is laborious… the list goes on and on...
    But thanks to you Dominic, I have been able to load Adoble Flashj… maybe eyou should get  a job at Apple, and set them all on the right course to how to work simply and correctly with customers.
    Thanks again,
    David

  • I have just installed iTunes for the first time. When I run the application I get a "iTunes not working" message. Operating system Vista (32 bit). I have tried reinstalling with all firewalls off, but still no success. Have other people had this problem?

    I have just installed iTunes for the first time. When I run the application I get a "iTunes not working" message. Operating system Vista (32 bit). I have tried reinstalling with all firewalls off, but still no success. Have other people had this problem?

    Drrhythm2 wrote:
    What's the best solution for this? I
    Copy the entire /Music/iTunes/ folder from her old compouter to /Music/ in her account on this new computer.

  • Assistance with my script to find all opened windows (applications running) on remote computer

    Hello,
    I have the following script whereby I want to list all the running (opened) applications on a remote computer.  It's a shared computer between two people who use the same generic ID.  Before one RDP's into it, I thought it would be interesting
    to see if any apps are opened before logging in. 
    Here is the code:
    $cred = Get-Credential
    Invoke-Command -ComputerName server123 {Get-Process *mail* | Where {$_.MainWindowHandle} | Select Name,MainWindowTitle} -Cred $cred
    It works in that it asks for my credentials and runs without any error...but this script also does not display any running applications. I'm not sure what it should show. Perhaps I need to add a line of code to display what it found?
    Another bit of info I would like to use in this script is to also confirm that the generic ID is logged in at the time I run this script.  I could use the following bit of code:
    get-wmiobject Win32_ComputerSystem -computername server123 | format-table -property username
    But when I run this code I get an access denied message. I'm assuming I need to use the Get-Credential again from my first script, but I'm unsure how to use it in the get-wmiobject?
    Any help you can provide would be greatly appreciated.
    Thank you.

    Ok...shifting gears again.  Instead of running this remotely I'm thinking of running a scheduled task on the server and creating this .htm file.  That way no one has to run and enter in credentials (and if entered wrong cause issues with locking
    out the account).  So, I've modified my script and confirmed that when I run it from Powershell when logged into the server, the results file correctly shows the logged in userid and the running applications (windows) I have opened. 
    But, when I run this same exact script from my task scheduler, the running applications piece is blank?  The server I'm running this on is Windows Server 2008.  I've tried running it from Task Scheduler using Powershell and from a .bat file that
    calls my Powershell script.  Both ways results in my .htm file not showing any applications running.  Yet when I run the same script (either from Powershell or the .bat file) the .htm file correctly shows the running applications.  My Task Scheduler
    Job is using the same user id that I'm logged in with so there shouldn't be any permission issues with running from the task scheduler.
    Here is my code:
    $a = "<style>"
    $a = $a + "BODY{background-color:peachpuff;}"
    $a = $a + "TABLE{border-width: 1px;border-style: solid;border-color: black;border-collapse: collapse;}"
    $a = $a + "TH{border-width: 1px;padding: 0px;border-style: solid;border-color: black;background-color:thistle}"
    $a = $a + "TD{border-width: 1px;padding: 0px;border-style: solid;border-color: black;background-color:PaleGoldenrod}"
    $a = $a + "</style>"
    get-wmiobject Win32_ComputerSystem | ConvertTo-HTML -head $a -body "<H2>Logged in UserID</H2>" -property username | Out-File C:\Powershell_Scripts\Test.htm ; Get-Process |where {$_.mainWindowTItle} |Select-Object name,mainwindowtitle | ConvertTo-HTML -head $a -body "<H2>Open Applications</H2>" | Out-File C:\Powershell_Scripts\Test.htm -Append
    Can anyone tell me what might be the reason for the script running from the scheduled task having issues?
    Thank you.

  • How to protect an application running on IIS with OAM 11gR2

    Hello Gurus,
    I have a question regarding protecting an application running on IIS with OAM 11gR2. We have an OHS server running and all the requests from the users are coming to this OHS server webgate for them to login using the SSO login page. These is all solaris. I am protecting other applications like pplsoft moduels with this OHS instance and OAM server. There is another application that I need to protect which is itself running on IIS windows machine. I need guidance as to -
    1.) Do I need to install a windows version of webgate to protect this IIS based application?
    2.) Or I can still protect and proxy requests from this application to current OHS instance? How can I do this?
    3.) Or Do I need to proxy requests directly from IIS to OAM weblogic server?
    Please advise to the earliest as this is an urgent issue.
    Thanks !!

    From your description it is not clear how exactly architecture looks like
    We have an OHS server running and all the requests from the users are coming to this OHS server webgate for them to login using the SSO login page.
    is this OHS centralized login farm ? (Case 1)
    OR is this OHS server (with webgate) acting as virtual web server hosting multiple web sites so that request to any site passes through this OHS/webgate (Case 2)
    1.) Do I need to install a windows version of webgate to protect this IIS based application?
    If case 1 then you need to install 10g webgate on top of IIS server to protect this application
    If case 2 then you can just proxy request from OHS to IIS server. As every request passes through OHS user will be authenticated before request hits IIS
    Look at Product documentation for virtual web sites : http://docs.oracle.com/cd/E27559_01/admin.1112/e27239/shared.htm#autoId12
    It has steps to protect virtual web sites.
    Also you need to make sure no one hits IIIS web sites directly.
    Hope this helps

  • How to keep an application level object running with SunIDM?

    We are working on intergrate a gmail project with SunIDM. We need an application level object running with SunIDM so it will maintain a token generated from Gmail side. In anther servlet project, I had this object saved in the attribute of the ServletContext, then other session level servlet could share this attribute anytime. Is there a way to store attribute in Servlet Context and have it shared by different user session in SunIDM? I have been reading documents and searched this forum, haven't find any topics related how to maintain an application level object live. Hopefully that I can get some hint here.
    Thank you so much.

    Paul, Thank you so much for the further explaination. I don't think it will work since the token generated from gmail will expire every 24 hours.
    We are using the gdata library published from by gmail people, and I create a new UserService object and have it run in the application level. The UserService object will generate a token and renew it every 24 hours behind the scene. Here is how I implement it in my Servlet project:
    //to have a UserService object running at the application level:
    public class GmailUserService extends HttpServlet {
    public void init(ServletConfig config) throws ServletException{
    super.init();
    userService = new UserService(myApplication);
    config.getServletContext().setAttribute("gmailUserService", userService);
    //to access this UserService object from other servlet in each user session:
    UserService userService = (UserService)servletContext.getAttribute("gmailUserService");
    Gmail will trigger an error if we create a new UserService object for each user. They recommend to have all the user to share one UserService object. I am looking for similar approach in SunIDM.
    Thank you again, Paul, for trying to help.

  • TS5376 I have a laptop that i am running with Windows Vista. A while ago, it stopped running iTunes and comes up with the error : Runtime Error: R6034 - An application has made an attempt to load the C runtime library incorrectly.

    I have an iMac as my home computer, upgraded to this about a year ago from a windows pc and love it.
    However...
    I have a HP Compaq laptop that i am running with Windows Vista, which I use when travelling. A while ago, I believe on an update, to either windows or itunes, it stopped running iTunes and comes up with the error : Runtime Error: R6034 - An application has made an attempt to load the C runtime library incorrectly.
    I have a reasonable amount of tunes stored on my laptop, and am unable to ascertain as to whether this fix for allowing itunes to work again will delete my music folder and lose all the tunes i have on my laptop already?
    The contents of my music folders on my laptop and iMac are not the same, as they are not synced!
    Any help please on this would be appreciated!
    Pete

    See Troubleshooting issues with iTunes for Windows updates. The second box covers the basic removal and repair steps. The rest is links to other useful resouces.
    tt2

  • HT1338 why is my MacBook Air running slow and I bought the 11 inch with all memory and turbo boost

    why is my MacBook Air running slow and I bought the 11 inch with all memory and turbo boost

    Please answer as many of the following questions as you can. You may already have answered some of them. In that case, there's no need to repeat the answers.
    Have you restarted your router and your broadband device (if they're separate) since you first noticed the problem? If not, do that now and see whether there's any change.
    If your browser is Safari, then from the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Any change?
    Quit and relaunch the browser. Any change?
    Log out and log back in. Any change?
    Enable Private Browsing in the Safari menu. Any change?
    Are any other web browsers installed, and are they the same? What about other Internet applications, such as iTunes and the App Store?
    If other browsers and Internet applications are also affected, follow these instructions and test. Any change?
    If only Safari is affected, launch the Activity Monitor application and enter "web" (without the quotes) in the search box. If a process named "Safari Web Content" is shown in red or is using more than about 5% of a CPU, select it and force it to quit by clicking the X or Quit Process button in the toolbar of the window. There may be more than one such process. Any improvement?
    Again, if only Safari is involved, open the iCloud preference pane and uncheck the box marked Safari, if it's checked. Any change?
    Are there any other devices on the same network that can browse the Web, and are they affected?
    If you can test Safari on another network, is it the same there?
    If you connect to your router with Wi-Fi and you can also connect with Ethernet, do that and turn off Wi-Fi. Any difference?

Maybe you are looking for