I'd like to install/execute JCrypTool on my Ubuntu 14.04
How should I do it?
-- info from comment --
I am using jcryptool-0.9.9-linux.gtk.x86.tar.gz, I have extracted it to home directory, but it doesn't work. I attempt to do the following, but it results in error:
artur@artur-Inspiron-3558:~$ sudo tar xzvf jcryptool-0.9.9-linux.gtk.x86.tar.gz
[sudo] password for artur:
tar (child): jcryptool-0.9.9-linux.gtk.x86.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now
artur@artur-Inspiron-3558:~$
Am I doing something wrong?
PS:
Thank you for your support, though I still get problems with installing this program. Since it requires at least Java 8(and I have it), it gives some error related to JDK:
artur@artur-Inspiron-3558:~$ cd jcryptool
artur@artur-Inspiron-3558:~/jcryptool$ ./JCrypTool
JCrypTool:
GTK+ Version Check
OpenJDK 64-Bit Server VM warning: You have loaded library /home/artur/jcryptool/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.400.v20160518-1444/eclipse_1617.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
JCrypTool:
JVM terminated. Exit code=13
/usr/bin/java
-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
-jar /home/artur/jcryptool//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/artur/jcryptool/JCrypTool
-name JCrypTool
--launcher.library /home/artur/jcryptool//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.400.v20160518-1444/eclipse_1617.so
-startup /home/artur/jcryptool//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.overrideVmargs
-exitdata 4a0030
-data @user.home/Documents/.jcryptool
-vm /usr/bin/java
-vmargs
-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
-jar /home/artur/jcryptool//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
What might be the problem?
I attempt to do the following, but it results in error:
artur@artur-Inspiron-3558:~$ sudo tar xzvf jcryptool-0.9.9-linux.gtk.x86.tar.gz [sudo] password for artur: tar (child): jcryptool-0.9.9-linux.gtk.x86.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now artur@artur-Inspiron-3558:~$
Am I doing something wrong?
– Arturo Gonzalez Sep 18 '17 at 08:11