Can't get that damned WebStart jnlp file to work!!!

hi i have a problem, i can't get webstart to work. lool at my homepage http://www.deutronium.de.vu/games.html. the WebStart files of the first two games of the page do not work. i tried all things but i can't get them to work for me. it always give me an error message that it cannot find a resource.
this is my jnlp file, the jars are in the same directory:
<?xml version="1.0" encoding="utf-8"?>
  <jnlp spec="1.0+" codebase="http://www.deutronium.de.vu/games/Dedris/" href="Dedris.jnlp">
  <resources>
    <jar href="http://www.deutronium.de.vu/games/Dedris/Dedris.jar" />
    <j2se version="1.2 1.3 1.4 1.4.1" />
  </resources>
  <application-desc main-class="Dedris" />
</jnlp>

I think it's has something to do with your webserver. I took everything as is and just changed the urls and it worked. It has to be, because the same thing happens with NumberGame and I didn't change anything but that. If you want, I could host them until you fix it or get a working one.

Similar Messages

  • MY ipod Touch is Stuck & says Disabled it will not come out of that screen at all. How can I get that off so my device will work

    MY ipod Touch is Stuck & says Disabled it will not come out of that screen at all. How can I get that off so my device will work

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Forgot passcode or device disabled
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:                                                             
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:           
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.
    If you previously synced to the computer then you may be able to recover use of the iPod without erasing the iPod by following the instructions here:
    Disabled Recovery-must use syncing computer.

  • I used to have a indicator of time when attaching file in Yahoo Mail...I no longer have that in Safari 5.1.5...How can I get that indicator back???

    I used to have a indicator of time when attaching file in Yahoo Mail...I no longer have that in Safari 5.1.5...How can I get that indicator back???

    I tried to find help with the support by web chat for 2 days already, but every time it says that chat is un available (even if it's suppose to be 24/7)... I dont know what else to do.... please help!

  • Finder got an error: Can't get item 1 of {document file "foo" ...}

    I have a lot of files in Corel Painter 8's RIFF format. I want to write a script that opens a file and somehow forces Corel Painter 8 to save the file as a GIF. GUI scripting may be some help with the latter; now I am concentrating on finding RIFF files and opening them in Corel Painter 8.
    I have a script that does a depth-first search of the folders starting at some root folder, using the Finder application to do the file-system stuff. It creates a list with
    set docs to every document file of pages_folder whose file type = "RIFF"
    as it loops through folders it adds to the list like this:
    set more_documents to every document file of a_folder whose file type = "RIFF"
    set docs to docs & more_documents
    My naîve mental model is that docs is a list of document-file objects. Next I have a loop that attempts to strip out files for which a GIF file already exists (and is no older than the RIFF document). This works by deleting non-matching items like so:
    if not isgifneeded then
    set docs to items 1 thru (i - 1) of docs & items (i + 1) thru (length of docs) of docs
    end if
    Finally it tries to open one of the files in Corel Painter 8 using the Finder:
    open item 1 of docs using "Corel Painter 8"
    This does not work. I get an error message
    Finder got an error: Can't get item 1 of {document file "bar" of folder "foo" of folder "blah" of folder "pdc" of folder "Users" of startup disk, ... }."
    It lists all of the files. (The error message appears in a sheet that extends off the bottom of the screen!) They are identified in the message as document-file objects. The curly braces are, I believe, the AppleScript notation for a list. I expect to be able to obtain the first element of a list with ‘item 1 of xs’. My assumption is that the Finder’s open command would expect a document file object, or at least would be able to cope with being asked to open a document. What am I missing here?
    PowerBook 12" without mini-DVI   Mac OS X (10.4.7)  

    Hi Damian and welcome to Apple Discussions!
    One suggestion: try
    tell application "Finder" to open item 1 of docs
    (without 'using "Corel Painter 8"')
    As far as the Finder is concerned, "Corel Painter 8" is just a string of characters. And telling the Finder to open a file is just the same as double-clicking it: the Finder knows which app to use - as long as these are native Corel Painter 8 docs.
    Hope this helps,
    H

  • How can I get Thumbnails back in the file View Menu?

    My computer died and I had to re-install CS6.  I had originally installed it to an external hard drive expecting that I could just hook up a new computer when the time came and everything would work as before.   Not to be.   I contacted Adobe and got the program re-installed.  Now, when I open a file, I am unable to change the view in the View Menu to 'thumbnail' because 'thumbnail' is no longer an option.  How can I get that option back?
    Thank you.

    Are you talking about in the File>Open dialog in photoshop cs6?
    Could you post screenshot of what you see?
    Windows 7 doesn't have a thumbnail option as windows xp, but you should be able to at least see the jpeg thumbnails without any third party programs.
    If you pick Tiles or one of the three Icon options at the top, your not able to see the jpeg thumbnails?

  • Can we get the name of fmx file at runtime

    Hi all,
    can we get the name of fmx file which is doing some DML operation on a specific table Can we back track which fmx module has done DML on a specific table. The reason I need this because I've 7 different fmx files which are doing some DML operation on a specific table and these fmx files were used by different users. Not necessarily 1:1 For eg. one user can do DML through 3 different fmx files. So in such case if I want to want to know from which fmx file this DML has take place .How can I achieve that. I know I can get the oracle username through v$session but it will not suffice my needs. I need the name of fmx file also.
    I'm using:
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 10g Release 10.2.0.1.0 - Production
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Any help?
    Warm Regards
    Percy

    Percy,
    For that you can set the Module Field in the V$session in each form by,
    DBMS_APPLICATION_INFO.SET_MODULE(MODULE_NAME => :SYSTEM.CURRENT_FORM, ACTION_NAME => USER);Write this in each form, and then you will get the form name in the V$SESSION's module field with form name.
    Hope this helps.
    Regards,
    Manu.

  • Unable to open Java Webstart jnlp files in Mavericks

    Since upgrading to Mavericks I am unable to open Java webstart jnlp files in Safari.
    When trying to open the specified URL with the jnlp file, nothing happens, the download simply will not start.
    Tried different security settings in Safari & Java control panel
    It affects all applications using webstart.
    Java 7.45 & iOS 10.9

      Can you check which version of Camera Raw is installed - it needs to be version 6.2 or later for the 60D
    Open Full edit on the menu bar click:
    Help >> About Plug-In >> Camera Raw
    Press Esc to close the pop-up.
     

  • I always chose "save & quit" when I close and sometimes all my history is gone when I open Firefox again. Why? It just happened again. Can I get that history back?

    I always chose "save & quit" when I close and sometimes all my history is gone when I open Firefox again. Why? It just happened again. Can I get that history back?

    You get message "firefox is still running" and computer restart doesn't help you. Try the advice below.
    Make sure Firefox isn't running (end firefox.exe process in Task Manager or restart computer)
    Find your profile folder
    C:\Documents and Settings\USERNAME\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default
    find file "parent.lock" in it and delete it (the file is empty, its function is to signify to Firefox whether it's already open or not).
    Then try to open Firefox again. Will it start or not? What will it say?

  • I have created my magic movie how can I get it to a mpeg4 file

    I have created my magic movie, can I share this with I tunes ect, and how can I get it to a mpeg4 file?

    Are you referring to Magic DVD rather than Magic Movie?  If so you really can't go from an iDVD project to iTunes.  You would need to create a slideshow in iPhoto and export it out as a QT movie before importing into iTunes
    or create the slideshow/movie in iMovie and Share directly to iTunes:
    What system, iDVD and iPhoto versions are you running?  What is the media, i.e. photos or movie files, that you used in the iDVD project?
    OT

  • I got sound back, but I no longer have the iTunes Radio!  How can I get that back?

    I got the sound back after resetting, but the iTunes Radio did not come back!  How can I get that back?

    Check the songs are really not in the Music section of the library by clicking the magnifying glass in the search box and unticking Search Entire Library if it is ticked, then typing in the name of the album. If the tracks still don't show try closing iTunes and deleting a hidden file called sentinel from inside your iTunes folder. This should make iTunes run an integrity check on the database when you start it again. Make sure the tracks are checked before you try syncing again.
    tt2

  • I upgraded my Itunes to the latest version and now it won't let me view my library with the column browser. Can i get that back?

    i upgraded my Itunes to the latest version and now it won't let me view my library with the column browser. Can i get that back? I tried using the shortcut for it and nothing happens. When I try to do it from the view menu, it shows up as something I can't click on. The new library format is driving me crazy and I just want to get back to the old library view.

    We need to sort out some facts here first:
    •  You cannot be running Mt. Lion on your iMac G5.  What Mac is it?  What is the Model Identifier listed in About This Mac; More Info; Hardware Overview
    •  What is the model of your Epson Scanner?
    •  Have you attempted to scan using Image Capture, located in your Applications folder?
    •  Your Palm Pilot software will only run in Snow Leopard; so depending upon which Mac you have, you will either have to:
    1)  partition your hard drive or add an external hard drive and install Snow Leopard into it to "dual-boot" when you want to access you Palm software, or
    2)  install Snow Leopard Server (now available from Apple for $20 telephone orders USA & Canda only) into Parallels 8 to run your Palm software in Mt. Lion:
                                  [click on image to enlarge]

  • I have an old Ipod 5th gen that I have been using for downloading music from my library.  Upon purchasing an Ipod touch and registering it in Itunes, I can no longer sync tunes to my old ipod.  How can I get that option back on my old ipod?

    I have an old Ipod 5th gen that I have been using for downloading music from my library.  Upon purchasing an Ipod touch and registering it in Itunes, I can no longer sync tunes to my old ipod.  How can I get that option back on my old ipod?

    - iTunes purchases by maybe
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    - For other music you need a third-party program like one of those discussed here:
    newer copy
    BTW, this is the iPod touch forum.

  • After a trip to Brazil, the App Store apparently thinks my iPad 2 is still there. When I try to download an app, I get a message that I can't get that app from the Brazilian store and have to switch to the U.S. store. The general settings are correct.

    After a trip to Brazil, the App Store apparently thinks my iPad 2 is still there. When I try to download an app, I get a message that I can't get that app from the Brazilian store and have to switch to the U.S. store. The general settings are correct. I apparently need to switch locations manually, specifically for the App Store. Help?

    Open the App Store app, go to the Featured pane, swipe to the bottom, tap your Apple ID and sign out. Tap again and sign back in. The App Store will automatically change to the store from which your account is authorized to make purchases.

  • Someone unknown used my Apple ID, can I get that device off of my account?

    I first received an email saying someone reset my Apple ID password. I then received an email saying that someone signed into iCloud on an  iPhone 3Gs. I did not reset my password and I do not own a 3Gs. I immediately changed my password and  security questions. I am worried about the integrity of my account.  Will the steps I took bump the unknown person off of my account? If not, how can I get that device removed? I have  found nothing regarding the management of devices linked to the  account.

    Same thing has happened to me, but I live in Iran and when I go to this Apple Support link, my country is not listed, so I cannot request to be called or helped, and I cannot delete this unknown device from my Apple ID. What can I do?

  • Since upgrading to Yosemite I cannot get directly to Netflix.  I get a message about having to download Microsoft Silverlight.  I can't get that to work and don't want it anyway.  I just want to open Netflix and play the movies.   What should I do?

    Since upgrading to Yosemite I cannot get directly to Netflix.  I get a to Netflix and there is a big message about having to download/install Microsoft Silverlight.  I can't get that to work and don't want it anyway.  I just want to open Netflix and play the movies.   What should I do?

    I can't get that to work and don't want it anyway.
    You need Silverlight. That is the application that plays the Netflix movies.
    http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx

Maybe you are looking for