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 6103845
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:46:30+00:00 2026-05-23T13:46:30+00:00

I wish I had more specifics, I don’t have browser or java versions of

  • 0

I wish I had more specifics, I don’t have browser or java versions of the client computers having issues. As it stands right now I have a java applet that just checks the version if the client clicks it. Is there a way to check version before the page loads? I’d rather be proactive than reactive on the page. I’ve checked documentation here but without having access to the digital signature applet code, am having trouble wrapping my head around it.

  • 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-05-23T13:46:30+00:00Added an answer on May 23, 2026 at 1:46 pm

    The deployJava.js mentioned in the deployment advice is the best option for this applet. If a suitable minimum version of Java is not available (and the end-user cannot or will not install it when prompted), the applet will not run.


    Having said that, there are other options. Such as:

    • Applet based solutions: (Although I developed both these applets, I now use deployJava.js.)
      1. The JRE Version Checker applet. Place it in the same page as the target applet in order to support the version checking.
      2. Wrapplet. ‘Wraps’ the target applet and offers (amongst other things) version checking with fall-back options.
    • Use JavaScript to check the version. (And do whatever you want if it fails.) E.G.

    <html>
    <body>
    <script type="text/javascript">
    document.write(
        "<p>java.version: " +
        java.lang.System.getProperty("java.version"));
    document.write(
        "<p>java.specification.version: " +
        java.lang.System.getProperty("java.specification.version"));
    </script>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wish that I had a more precisely descriptive title for this question, but
I wish JStree had more examples of peforming AJAX actions when deleting a node,
I wish I could be more descriptive in my title, but I am having
I wish Subversion had a better way of moving tags. The only way that
I really wish Processing had push and pop methods for working with Arrays, but
(Jeopardy-style question, I wish the answer had been online when I had this issue)
I shall attempt to explain the scenario. I have a gridview I wish to
Once again, I wish C++ had stronger typedef s: #include <vector> template<typename T> struct
I just installed windows 7 and because I wish to learn more C/C++ I've
I have a tinyint column in the database and I wish to convert it

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.