Task #1358
RCP: X.X, manage TXM installation and execution with an embedded JRE
Statut: | Closed | Début: | 22/05/2015 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | Development | Temps passé: | - | |
Version cible: | TXM 0.7.7 |
Description
This issue is dedicated to validate the last changes made to manage the installation and the execution of TXM with our own embedded JRE rather than using the client JRE as before.
(You can see #989 for more information on what has been developed and researches done about this question.)
Validation test¶
- optional: uninstall all Java JRE/JDK from your system
=> to check there is no installed Java, open a command line "cmd" console (Windows system) or a terminal (Linux and Mac system) and type "java". The console must say something like "unknown command" or "command not found".
- install the last TXM 0.7.7 beta 2 setup for your system from here: xxxxx
=> installer must not complain about Java installation - run TXM
- go to "Help\About TXM\Installation Details\Configuration" and check that you have the 3 following lines:
- "java.home=..." line that must be as following according to your OS:
- For Windows: "java.home=[TXM Install Directory]\jre"
where "[TXM Install Directory]" must be your TXM installation path. - For Mac OS X: "java.home=/Applications/TXM/TXM/jre/Contents/Home"
- For Linux: "java.home=/usr/lib/TXM/TXM/jre"
- For Windows: "java.home=[TXM Install Directory]\jre"
- "java.runtime.version=1.7.0_75-b13"
- except for Mac OS X where the entry must be "java.runtime.version=1.6.0_65-b14-466.1-11M4609"
- "java.vm.name=Java HotSpot(TM) 64-Bit Server VM" for 64bit system and "java.vm.name=Java HotSpot(TM) Server VM" for 32bit system
- "java.home=..." line that must be as following according to your OS:
- please provide your exact OS version and architecture (32bit or 64bit)
- please precise if you have uninstalled all Java JRE/JDK from your system before doing the validation test
Historique
#1 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#2 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#3 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#4 Mis à jour par Matthieu Decorde il y a plus de 10 ans
- Description mis à jour (diff)
#5 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#6 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#7 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#8 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#9 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#10 Mis à jour par Matthieu Decorde il y a plus de 10 ans
- Description mis à jour (diff)
#11 Mis à jour par Matthieu Decorde il y a plus de 10 ans
- Statut changé de New à Feedback
#12 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
- Description mis à jour (diff)
#13 Mis à jour par Sebastien Jacquot il y a plus de 10 ans
Successfully checked on some machines with all Java versions removed: Win XP 32bit, Win 7 64bit, Mac OS X 10.9.4 (VM), Ubuntu 14.04 LTS 64bit (VM).
#14 Mis à jour par Serge Heiden il y a plus de 10 ans
About the validation procedure: The most frequent situation will be for the user to have Java already installed on here system. So the validation procedure should also ask to install TXM with Java already installed (and verify that it is the embeded Java that is used by TXM). And to be complete, all sorts of Java already installed.
Maybe we could just do a beta test for Windows and with just one other Java version.
#15 Mis à jour par Alexey Lavrentev il y a plus de 10 ans
Linux Ubuntu 14.04
Java not uninstalled
All configuration parameters are OK
#16 Mis à jour par Sebastien Jacquot il y a plus de 7 ans
- Statut changé de Feedback à Closed
- % réalisé changé de 0 à 100