Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8663751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:03:48+00:00 2026-06-12T17:03:48+00:00

I have an EJB 3.0 project using webstart that I am trying to deploy

  • 0

I have an EJB 3.0 project using webstart that I am trying to deploy to JBoss AS 7.1.1 as a WAR. I can get to the html page just fine, but when I click the webstart link it tries to download JRE 1.7 from http://java.sun.com and pops up with this error:

"AutoDL?BundleId=68742" on java.sun.com is not a Java installer.

Here is the directory structure of my war:

root of war(dir)
-->GrahamsProjClient-webstart.jnlp
-->GrahamsProjStartAppPage.html
-->app(dir)
    -->GrahamsProjClient.jar(The actual client project)
-->META-INF(dir)
    -->context.xml(blank file)
    -->MANIFEST.MF
-->WEB-INF(dir)
    -->web.xml
    -->classes(dir) contains my compiled servlet
    -->lib(dir)
        -->jboss-servlet-api_3.0_spec-1.0.0.Final.jar
        -->jnlp-servlet.jar

Here are links to the important files from the war:

GrahamsProjClient-webstart.jnlp –> http://pastebin.com/zwkm1zz3

<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="$$codebase">
 <information>
     <title>Grahams Project</title>
     <vendor>Graham</vendor>
     <description>desc</description>
 </information>
 <resources>
   <j2se version="1.6"/>
   <jar href="GrahamsProjClient.jar"/>
 </resources>
 <application-desc/>
</jnlp>

GrahamsProjStartAppPage.html –> http://pastebin.com/EXu8Z5dZ

web.xml –> http://pastebin.com/KK3fPPY9

GrahamsProjServlet.java –> http://pastebin.com/iC9JDiTL

What could be causing this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T17:03:50+00:00Added an answer on June 12, 2026 at 5:03 pm

    After fiddling with it for a while I ran into the solution. In the GrahamsProjStartAppPage.html the deployJava.createWebStartLaunchButton() command needs to have 1.6.0+ instead of 1.6.0. So the html file now looks like this:

    <body>
    <!-- ... -->
    <script src=
      "http://www.java.com/js/deployJava.js"></script>
    <script>
        // using JavaScript to get location of JNLP
        // file relative to HTML page
        var dir = location.href.substring(0,
            location.href.lastIndexOf('/')+1);
        //var url = dir + "GrahamsProjClient-webstart.jnlp";
        var url = "http://127.0.0.1:8080/GrahamsProjClient/GrahamsProjClient-webstart.jnlp"
        deployJava.createWebStartLaunchButton(url, '1.6.0+'); //changed from 1.6.0 to 1.6.0+
    </script>
    <!-- ... -->
    </body>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an old EJB (2.1) project that uses xdoclet (1.2.3) to generate the
Now we have a project with java 1.4 and ejb 2.1 running on jboss
I'm using maven2 with eclipse for an ear project with multiple war, ejb and
Friends, Previously I have worked with EJB-WEBSTART CLIENT project, and Now i have joined
I have an EAR file with a nested EJB project, a .war dynamic web
I have developed EJB using NETbeans IDE having glassfish server. I can call it
I currently have a J2EE project containing an EJB and a WAR. Everything goes
I am working on an EJB 3 project using OpenEJB (TomEE++). I have a
I have an EJB that uses additional resource files (textual template files placed in
I'm using an application with EJB and CMT transactions. I have an EJB (let´s

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.