GertClaeskens / eid-mw

Automatically exported from code.google.com/p/eid-mw
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Application requires a JRE 1.6.0_00 - 1.7.0_40 #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Lauch eid viewer
2.Popup with message
3.

What is the expected output? What do you see instead?
eid GUI

What version of the product are you using? On what operating system?
Middleware 4.0.7 
Java 8 update 25
Windows 7 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by canonphi...@gmail.com on 18 Oct 2014 at 11:40

GoogleCodeExporter commented 9 years ago
we have the same problem, same OS, same Java 

Original comment by janverhe...@gmail.com on 23 Oct 2014 at 8:44

GoogleCodeExporter commented 9 years ago
Same here
Middleware: eID-QuickInstaller-407-7453-signed_tcm227-246722.exe
Windows: 8.1 64-bit
Java 8 update 25
Application eiD Viewer produces error: "This application requires a Java 
Runtime Environment 1.6.0_00 - 1.7.0_40"

URGENT PLEASE...

Original comment by dirk...@gmail.com on 26 Oct 2014 at 11:10

GoogleCodeExporter commented 9 years ago
Re my previous comment, I forgot to mention that authentication in Taxonweb.be 
works perfectly.
It's just the application "eiD Viewer" that refuses to work.
Upon closing the error message a browser window opens to 
"http://java.com/nl/download/index.jsp" proposing to install Java Runtime 8.25 
- which we already have.

Original comment by dirk...@gmail.com on 26 Oct 2014 at 11:19

GoogleCodeExporter commented 9 years ago
Also the same problem here i have contact the Service Desk van Fedict by mail 
(weekend) i am waiting for a responce?

Original comment by autohrap...@gmail.com on 26 Oct 2014 at 4:51

GoogleCodeExporter commented 9 years ago
A fresh Windows 7 64 bit Pro, same as reported (full Windows update) + office 
2013.
Same problem eid viewer does not work with the message but nbb works.

Original comment by fabrice....@gmail.com on 27 Oct 2014 at 3:25

GoogleCodeExporter commented 9 years ago
The viewer does indeed checks for Java Runtime Environment 1.6.0_00 - 1.7.0_40 
at the moment.
We will update it to support Java 8

Original comment by frederik...@gmail.com on 27 Oct 2014 at 3:47

GoogleCodeExporter commented 9 years ago
Thanks.
Perhaps it would be a good idea to make the viewer check for a version "equal 
to or higher than a minimun" as opposed to check for a version "between a 
minimum and a maximum". That way you don't have to create a new viewer for each 
new Java release.
Just a thought...

Original comment by dirk...@gmail.com on 27 Oct 2014 at 4:24

GoogleCodeExporter commented 9 years ago
Here the answer from Fedict: (sorry is in Dutch):
Geachte,

NL. De eID-Viewer is reeds compatibel met Java 8 maar het probleem ligt aan het 
feit dat de eID-Viewer zelf nog niet zoekt naar Java versies nieuwer dan Java 
7. Dit zal in een volgende release aangepast worden.

U kan tijdelijk rond dit probleem heen werken door Java 7 naast Java 8 te 
installeren.

Indien u de eID-Viewer wenst uit te voeren in Java 8 modus dan kan u dit via de 
command prompt doen.

Voorbeeld ( de "paths" dient u naargelang aan te passen):

C:\Users\urbain_philippe>"c:\Program Files 
(x86)\Java\jre1.8.0_25\bin\java.exe"-jar "c:\program files (x86)\Belgium 
Identity Card\EidViewer\eid viewer.exe"

Met vriendelijke groeten,

Original comment by autohrap...@gmail.com on 27 Oct 2014 at 6:33

GoogleCodeExporter commented 9 years ago
Perfekt!

We hebben "Doel" van de "eID viewer"-shortcut vervangen door:
  java -jar "c:\program files (x86)\Belgium Identity Card\EidViewer\eid viewer.exe"
met "Geminimaliseerd" voor de optie "Uitvoeren" (was "Normaal venster")

Dit blijft geldig voor volgende versies van java.
Thanks x 1024!

Original comment by dirk...@gmail.com on 27 Oct 2014 at 7:39

GoogleCodeExporter commented 9 years ago
JE ne paviens pas a lire ma carte comment faire 

Original comment by ERICPE...@gmail.com on 29 Oct 2014 at 8:26

GoogleCodeExporter commented 9 years ago
Same problem overhere but on Win7 Pro, urgent!!!

Original comment by philippe...@gmail.com on 21 Nov 2014 at 10:28

GoogleCodeExporter commented 9 years ago
Hello reply from Service desk works fine:
(French)
Monsieur,

Serait-il possible de faire une mise à jour du logiciel à partir du lien 
d’installation ci-dessous ?

http://eid.belgium.be/fr/binaries/eID-QuickInstaller-407-7466-signed_tcm226-2588
53.exe

Cela devrait résoudre le problème de Java.

Sincères salutations,

Original comment by guilla...@loute.be on 21 Nov 2014 at 1:06

GoogleCodeExporter commented 9 years ago
works like a charm, thank you

Original comment by ben.crou...@bc3.eu on 24 Nov 2014 at 9:15

GoogleCodeExporter commented 9 years ago
Even with the link provided, eid doesn't read my id card, no pop-ups, no 
errors....

Original comment by philippe...@gmail.com on 28 Nov 2014 at 12:12

GoogleCodeExporter commented 9 years ago
Have the same problem, but using OSX Yosemite 10.10...

I'm a bit (very) rusty, so using the commandline is not really an ideal 
solution.

Is there a fix planned anytime soon?

Original comment by crai...@gmail.com on 9 Feb 2015 at 9:09

GoogleCodeExporter commented 9 years ago
For OSX, the problem is more complicated than for Windows.

Apple used to ship a Java JRE, but they stopped doing that at some point. In 
order for applications to be started from an app bundle in OSX, a stub needs to 
be shipped with the app bundle.

Apple's stub does not function with any Java runtime environment that they did 
not write themselves. Since no Apple Java runtime environment exists beyond 
JRE6, this means that you can't use java8 for the viewer under OSX currently.

There is a solution made by Oracle, which we're migrating to, but there are 
some issues with it that haven't been solved yet.

Original comment by wouter.v...@fedict.be on 20 Mar 2015 at 1:19