Link to home
Start Free TrialLog in
Avatar of k-wow
k-wowFlag for Afghanistan

asked on

Java Error: Unable to launch the application

I have a Windows 7 Ultimate 64-bit with Java 6 (update 31) 64-bit. I am trying to install the following application:

AndroidScreencast
(androidscreencast.jnlp)

per steps from this website:

http://www.howtogeek.com/howto/42491/how-to-remote-view-and-control-your-android-phone/

When I ran "javaws <jnlp file>" in the command prompt, i got the following error message:

Unable to launch the application

Clicked on Details, and got this:

InvalidArgumentException[ Invalid arguments supplied: {file>, <jnlp }]
      at com.sun.javaws.Main.launchApp(Unknown Source)
      at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
      at com.sun.javaws.Main$1.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)

Please help.

Thank you
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
probably something like taht:
javaws androidscreencast.jnlp
Avatar of k-wow

ASKER

yes! i literally followed what was on that website. i knew it was something stupid on my side.

Thank you!