I am not in anyway a java programmer, so be kind. :-)
I have RedHat Linux 6.1 64bit installed and running.
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.10) (rhel-1.40.1.9.10.el6_1-
x86_64)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
I need to create a keystore to use with a specific application. I
already have a .key .csr. and valid signed certificate.
I have downloaded and attempted to run the keytool, but it hangs at
"now Loading" I started it at 3:00 pm one day and at 6:00 am the next
day it was at the same place, so I have been patient.
If the keytool is supposed to work in a 64 bit environment, what can I
do to get up and running?
If the keytool will not work in a 64bit environment, can I use it in a
32 bit environment and move all the files between platforms without
issue?
Thanks for any help
Did you start the application with webstart using the link from the
project page?
If so, try to make the Java console visible and check if any Exception
is show on that page.
Cheers,
Michael
I did NOT try to start from the link on the project page.
I downloaded the zip file. unzipped it and attempted to start the tool
using ./run_ktl.sh
Where did you download the file? I cannot see any "run_ktl.sh" in the
project.
Maybe you can try the Webstart version:
http://www.fuin.org/keytool-iui/keytool-iui.jnlp
(Requires Webstart to be installed)
Cheers,
Michael
ls -l
total 5836
-rw-r--r--. 1 1000 1000 209579 Feb 8 2008 bcmail138.jar
-rw-r--r--. 1 1000 1000 1627539 Feb 4 2008 bcprov138.jar
-rw-r--r--. 1 1000 1000 23970 Feb 8 2008 bctsp138.jar
-rw-r--r--. 1 1000 1000 504570 Nov 11 2006 jh2004jh.jar
-rw-r--r--. 1 1000 1000 476996 Apr 8 2007 jmf211ecor.jar
-rw-r--r--. 1 1000 1000 1283210 Apr 8 2007 jmf211eplg.jar
-rw-r--r--. 1 1000 1000 42308 Oct 18 2008 rc15ktl_hs.jar
-rw-r--r--. 1 1000 1000 969733 Oct 18 2008 rc15ktl.jar
-rw-r--r--. 1 1000 1000 60819 Oct 18 2008 rc15ktl_rs.jar
-rw-r--r--. 1 1000 1000 637108 Oct 18 2008 rc15shr.jar
-rw-r--r--. 1 1000 1000 103525 Oct 18 2008 rc15shr_rs.jar
-rw-r--r--. 1 1000 1000 2017 Oct 18 2008 readme_first.txt
-rw-r--r--. 1 1000 1000 342 Feb 16 2008 run_ktl.bat
-rwxr-xr-x. 1 1000 1000 366 Nov 28 14:31 run_ktl.sh
Looks like a rather old build.
You should really try the webstart version (2.5.0-SNAPSHOT) on the
project's front page - It's from May this year.
If you cannot get webstart up and running I can try to prepare a new
standalone version.
Cheers,
Michael
I tried to launch the java web start on an ubuntu 64 bit.
I had no problem to launch keytool iui.
After that I tried to create a keystore and adding a Secret Key into
it.
With java 1.7 everything seems ok.
With java 1.6, I had an exception when I tried to add a Secret Key
into the keystore :
java.security.KeyStoreException: access denied
(java.lang.RuntimePermission accessClassInPackage.sun.security.util)
So if you launch the webstart version, you should try to use the
webstart of java 1.7 rather than 1.6.
Regards,
Amadeus Sowerby
Geoforge project : http://code.google.com/p/geoforge/
On 30 nov, 08:22, michael-hamburg <reg.google....@future-invent.de>
wrote: