Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JNLP and Web Start
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Devaka Cooray
Ron McLeod
Paul Clapham
Liutauras Vilda
Sheriffs:
paul wheaton
Jeanne Boyarsky
Tim Cooke
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Mikalai Zaikin
Carey Brown
Bartenders:
Forum:
JNLP and Web Start
UnavailableServiceException: javax.jnlp.DownloadService2
Vijay Simha
Greenhorn
Posts: 2
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
When I run JNLP file it downloads the jar and throws above exception:
DownloadService2 ds;
try {
ds = (DownloadService2)ServiceManager.lookup("javax.jnlp.DownloadService2");
} catch (UnavailableServiceException ue) {
ds = null;
ue.printStackTrace();
}
In eclipse it gets compiled properly.
Please help,
Thanks
Roses are red, violets are blue. Some poems rhyme and some don't. And some poems are a tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
get Connection from ConnectionPool
JNDI Lookup help in websphere 4.0
IBM websphere certification
How to use datasource from a war
what kind of games?
More...