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
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
JNLP and Web Start
Web start run the Jar but doesn't work No action Happened ?
ramy hassan
Greenhorn
Posts: 3
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello,
I'm new in WEBstart and JNLP
i've delpoyed my application on
tomcat
and make the JNLP file and put the jar
and the jar running but not working
i press abutton on the GUI and nothing happend no action done
JNLP file :
<?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0" codebase="http://192.168.1.7:8084"> <information> <title>WebCC Admin</title> <vendor>Ericsson, Inc.</vendor> <description>WebCC Administration Tool</description> <description kind="short">WebCC administration tool</description> <!-- Add here icon for the application --> <!-- <offline-allowed /> --> </information> <resources> <jar href="/testJNLP/WebccAdmin.jar" /> <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" /> </resources> <application-desc main-class="com.tvas.adminwebcc.main.Main" /> </jnlp>
Nilu Deshmukh
Greenhorn
Posts: 22
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Check Your Java/JRE Proxy Setting. What error you aregetting at console?
ramy hassan
Greenhorn
Posts: 3
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How can i see the console ?!!
Skool. Stay in. Smartness. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Download Swing application from web
ClassNotFound Exception..
JNLP I am getting the File Not found exception
How to un jnlp app offline?
update pattern?
More...