Jump to content

How to get java version?


Freeman35

Recommended Posts

I wanna check java version on client site. 'cos sometime need new java version for javascript.  if java version is old on client site for example:

Quote

c:\>java -version
java version "1.8.0_211"
Java(TM) SE Runtime Environment (build 1.8.0_211-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode)

I wanna check this on client site. 211 is old vesion java need to upgrade I wanna give this message to end user. and if its possible open java update application,  its command line ""C:\Program Files\Java\jre1.8.0_211\bin\javacpl.exe" -tab update"

I think browser can not run, it not be secure. no metter, open in new tab this link "https://www.java.com/en/download/" and my application stop work or close some option (this will be on my code ofcourse) need handle this.

regards

Link to comment
Share on other sites

I'm use firefox. I'm always don't like java & script. gwbasic sooo much better then this. never mind, this is my idea.(damn capitalism :) ) I have to learn, of course need doc or example about this. I mean, little simple demo for use javascript in "unigui"  and be very useful write a component example source code (demo)in unigui. Many people not perfect in java(like me), so write pascal code and trying use this in web.

I'm working on sweetalert component. they changed to 9x new realese. and need change some code. about animation. I add old animate.css(3.6.0) it work, but this has not speed class, 3.7.2 is work with sweetalert last release, but my browser not animated. I'm working on this as long as 3 days. I thinked java version can be problem, and brainstrom, if end user java haveto upgrade? how to do this. So I'll looking for fix for this.

And my animation problem is, browser problem.  Upgrade java to last version but still not animated. no metter this now. When I tested from host system's browsers (firefox, safari, opera) work normal.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...