Making exe of application which work fine with Web start.

Hello guys,
i am working on on-line casino gaming.First thing i want to explain to you is about my current mechanism for downloading game.
I have used JNLP and web start to download all necessary files at client side and it works fine..At every time it checks new jars are there or not...
Now i want to make the exe of my java application which i can give to client on movable device like compact disk..so client can install the application from anywhere and play casino games..
Now I want to know how to make on-line application as executable (exe) and every time it checks for updates which is supported right now by jnlp file..
which thing i have to consider,which tool is easy to use,which mechanism can solve my query....
please help me out...
thank you in advance...

Hi
Chris RENAUD 768,
First of all the PDF files should be set to be read by the application you developed by default.
To set the default program:
Control panel \Programs \Default Programs \Associate a file or protocol with a program
In IE8 There used to be a key called HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}  which stored the File Types that could either
Auto-Open or not. We can create a .bat file to automatically add a value here to achieve the goal.
The code is as following:
@ECHO OFF
reg query HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}
if "%ERRORLEVEL%" EQU "1" (
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}" /f /v "PDF.File" /t REG_NONE
Note: Please Back up the registry before you modified the registry and delete the key  {0002DF01-0000-0000-C000-000000000046} if it has existed in the registry before you ran the .bat file.
Best regards

Similar Messages

  • I have an existing new belkin modem router which works fine with quite a few wired and wireless products in my house. My question is if i buy a time capsule can i put it in another room and wirelessly connect it to the belkin modem router, I would then ju

    I have an existing new belkin modem router which works fine with quiet a few wired and wireless products in my house. My question is if i buy a time capsule can i put it in another room and wirelessly connect it to the belkin modem router, I would then just like my macbook pro and (imac future purchase) to wirelessly back up to it???????????

    Your will need to perform a Factory Default Reset on the TIme Capsule to clear out the current network settings and then reconfigure it to "join" your wireless network using the AirPort Utility setup application.
    To perform the Factory Default Reset on the Time Capsule....
    Pull the power cord from the back of the device
    Wait a few moments
    Hold in the reset button on the back of the Time Capsule and keep holding it an additional 8-10 seconds while you simultaneously plug the power cord back in to the Time Capsule
    Release the reset button after the hold period and allow 25-30 seconds for the Time Capsule to restart to a slow, blinking amber light
    On your Mac.....
    Open Macintosh HD > Applications > Utilities > AirPort Utility
    Click Continue
    Follow the guided setup and choose the "join" option when it appears duriing the setup
    You will need to know the exact type of wireless security that the Belkin router is using to enter this information during the setup of the Belkin. Otherwise, the Time Capsule cannot join the network, and you will receive an error message after the configuration process.

  • How do I connect to Net Flix? I put in my user name and password which work fine with my iMac but not on my Apple TV?

    How do I connect to Net Flix? I put in my user name and password which work fine with my iMac but not on my Apple TV?

    Can you give me a screenshot of the User Accounts window in Control Panel?
    Please create a screenshot by following the guide mentioned at [[How do I create a screenshot of my problem?]].
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. You really help us to visualize the problem.

  • Is there a way to print from ipad 4 to a non AirPrint printer? I have a Canon Pixma MP 620 wifi which works fine with my PC but I don't want to buy a new printer. Is there an app for this or adaptors which could work?   thank, Ric

    Is there a way to print from ipad 4 to a non AirPrint printer?
    I have a Canon Pixma MP 620 wifi which works fine with my PC but I don't want to buy a new printer.
    Is there an app for this or adaptors which could work? 
    Thank, Ric

    Printopia is another option but be aware that since these solutions effectively act as a print server and AirPrint receiver, they require a computer to be running on the same WiFi network.
    Canon also has a couple of apps in the App Store that might facilitate this on non-AirPrint printers. Check out...
    Canon Easy-PhotoPrint
    Canon Mobile Printing
    PIXMA Printing Solutions

  • How to register a PDF Viewer application to work fine with IE

    (Working on Windows 7 Pro x64 / IE 8)
    I've developped my own PDF minimalist reader application (to run on kiosk PCs) and I cannot make it work fine with IE. Every time i try to follow a pdf file link in a web page, IE ask me if I want to open or to save the file. working on kiosk PCs, i don't
    want the final users to be able to click "Save" in order to prevent them from browsing drives !
    When using Adobe Reader on the PC, clicking a pdf link results in the file opened automatically in Adobe Reader.
    Here is what I've added to the registry :
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pdf]
    @="PCLSPDFViewer.Document"
    "Content Type"="application/pdf"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pdf\OpenWithProgids]
    "PCLSPDFViewer"=""
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pdf\OpenWithList]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pdf\OpenWithList\pclsPDFViewer.exe]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer\shell]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer\shell\open]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer\shell\open\command]
    @="C:\\pcls\\pclspdfviewer.exe \"%1\""
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer.Document]
    @="Ducment PCLS PDFViewer"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer.Document\shell]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer.Document\shell\open]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PCLSPDFViewer.Document\shell\open\command]
    @="C:\\pcls\\pclspdfviewer.exe \"%1\""
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type\application/pdf]
    "Extension"=".pdf"ege
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\pclsPDFViewer.exe]
    @="C:\\pcls\\pclspdfviewer.exe"
    What did I missed ?

    Hi
    Chris RENAUD 768,
    First of all the PDF files should be set to be read by the application you developed by default.
    To set the default program:
    Control panel \Programs \Default Programs \Associate a file or protocol with a program
    In IE8 There used to be a key called HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}  which stored the File Types that could either
    Auto-Open or not. We can create a .bat file to automatically add a value here to achieve the goal.
    The code is as following:
    @ECHO OFF
    reg query HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}
    if "%ERRORLEVEL%" EQU "1" (
    reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}" /f /v "PDF.File" /t REG_NONE
    Note: Please Back up the registry before you modified the registry and delete the key  {0002DF01-0000-0000-C000-000000000046} if it has existed in the registry before you ran the .bat file.
    Best regards

  • Hotmail has an EMOTIONS tab which works fine with IE but does not work with Firefox. Is there a fix?

    I cannot use the emotions tab in the latest Hotmail. Nothing appears. It works fine with IE. Is there a fix?

    Works fine here on Linux. Make sure that you do not block [[JavaScript]].
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • I receive the following error: (Error code: ssl_error_renegotiation_not_allowed) which worked fine with previous version of firefox and current safari

    Trying to get to secure website (Login site for IRB at Ochsner). Worked fine with previous version of Firefox and continues to work with safari. I receive the following error code:
    (Error code: ssl_error_renegotiation_not_allowed)
    Any Thoughts?
    Thanks,
    M White New Orleans

    Here's one solution from last year: http://dotomaz.tumblr.com/post/786443743/firefox-4-0b1-and-ssl-renegotiation

  • I have no sound when watching videos or live streams which works fine with IE or Linux on the same system

    I have no sound when watching videos on you tube or live streaming. If I switch to Linux everything is fine in firefox on this system but nothing with firefox in windows. If I use internet explorer everything is fine again, which seems to me to say that the problem lies within firefox 36. Can anyone help with this problem?

    Tried that with the same result. I can't understand why it works with Linux (Ubuntu) and not Windows. IE works as well but I prefer to use Firefox, so I guess I'll just have to switch browsers when playing videos - weird.

  • I have an iPad mini and a 2nd gen Apple tv -which works fine with Airplay--and whilst i can get BBC Iplayer and 4OD , it only works with audio for ITV player and Demand 5. What am I doing wrong

    I have a new iPad mini and can successfully use airplay with my 2nd generation Apple tv . BBC Iplayer is fine --as is 4OD, but ITV player only works in audio format--and Demand 5 does not work at all. I am pretty sure both the latter are compatible--so what can i do to fix this and  what am i currently doing wrong?

    Someone recently noted a problem staying logged on the Huffington Post since it became connected with AOL. The workaround for that is to change your connection setting here:
    orange Firefox button (or Tools menu) > Options > Advanced > Network
    Click the "Settings" button and choose either "No Proxy" or "Use System Settings" option, and OK the change.
    Not sure whether Washington Post could be affected by that same setting.
    In reviewing your extensions, I'm puzzled that you have both DoNotTrackMe and SavvyConnect. The first one seems to aggressively block certain communications with websites (potentially affecting functionality) while the second one seems to report on your browsing habits (they better pay well is all I can say). Have you tried disabling both of those to see whether that has any effect?
    orange Firefox button (or Tools menu) > Add-ons > Extensions category

  • A game which worked fine with previous updates wont launch with most recent mountain lion update

    Please help.  It is a big file which i downloaded. around 8gb, and for some reason it wont launch.  I have tried restarting, but that doesnt seem to do the trick. What are some other possible solutions??

    yes.  I could just be a coincidence, but this is the only thing that seems as if it would make a difference

  • JRE7 throws exception Can't create cache file but work fine with JRE6

    I am using J-free chart for rendering charts. My application is work fine with JRE6 but while using JRE7 i am getting following exception
    Caused by: javax.imageio.IIOException: Can't create cache file!
         at javax.imageio.ImageIO.createImageOutputStream(Unknown Source)
         ... 18 more
    Caused by: java.io.IOException: The system cannot find the path specified
         at java.io.WinNTFileSystem.createFileExclusively(Native Method)
         at java.io.File.createTempFile(Unknown Source)
         at javax.imageio.stream.FileCacheImageOutputStream.<init>(Unknown Source)
         at com.sun.imageio.spi.OutputStreamImageOutputStreamSpi.createOutputStreamInstance(Unknown Source)
         ... 19 more

    I was not able to reproduce this with Java 7u3 (32bit) on a Windows 7 (32bit).
    What specific version of Java were you using at the time of error?
    - ShakR

  • I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?,

    I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?

    Thanks, Flex harUI, for the direction in regards to isolating build changes. That aside (still working on it), can you offer any direction in regards to my original question on SDK and AIR compatibility? I'm specifically looking for a version compatibility mapping or anything that definitively states, "Flex SDK x.y.z works with the following versions of AIR". This information is crucial for us in order to more specifically plan our own roadmap built upon these two frameworks as we consider both existing installations of our software and future distributions.

  • I'm not able to connect to internet through my wifi router, which is Sitecom 150N working fine with pc

    I'm not able with ipod touch to connect to internet through my wifi router, which is Sitecom 150N working fine with pc

    Your router may not have given your iPod a valid IP address when the iPod requested it. To check on this go to Settings > Wifi > your network name and touch the ">" to the right to see the network details. If the IP address shown starts with 169 or is blank then your router didn't provide an IP address and you won't be able to access the Internet.
    Sometimes the fix for this can be as simple as restarting your router (remove power for 30 seconds and restart). Next, reset network settings on your iPod (Settings > General > Reset > Reset network settings) and then attempt to connect. In other cases it might be necessary to update the router's firmware with the latest from the manufacturer's support web pages.
    If you need more help please give more details on your network, i.e., your router model and version (the 150n designation is not a unique model), the wifi security being used (WEP, WPA, WPA2), is MAC address filtering being used, etc.

  • Recently, I can't get any sound from my game applications.  Sound works fine with video, streaming, etc, but not my game applications.  I've tried powering down and re-booting, but the sound does not return.  Can anyone help me?

    Recently, I can't get any sound from my game applications.  Sound works fine with video, streaming, etc, but not my game applications.  I've tried powering down and re-booting, but the sound does not return.  Can anyone help me?

    Have you got notifications muted ? Only notifications (including games) get muted, so the Music and Videos apps, and headphones, still get sound.
    Depending on what you've got Settings > General > Use Side Switch To set to (mute or rotation lock), then you can mute notifications by the switch on the right hand side of the iPad above the volume switch, or via control centre : swipe up from the bottom edge of the screen and it's the right-most of the 5 icons in the middle of it (if the icon is white then it's 'on', tap it to turn it grey and 'off'). The function that isn't on the side switch is set via control centre instead : http://support.apple.com/kb/HT4085

  • I have a powerpoint presentation with music which works fine when played through my macbook onto tv, but want to save the presentation to dvd.  Music doesn't play - presently saved as wav.  Anything i can do - have tried through idvd.

    I have a powerpoint presentation with music which works fine when played through my macbook onto tv, but want to save the presentation to dvd.  Music doesn't play - presently saved as wav.  Anything i can do - have tried through idvd.

    Hi
    Please describe How You go from PPT to iDVD. Via iMovie ?
    If so - then convert Your .wma file to .aiff (same kHz) and use this in iMovie instead. (no .mp3 either)
    Yours Bengt W

Maybe you are looking for