You are not logged in.

#1 2014-01-01 18:33:53

zorrotenai
Member
Registered: 2010-02-14
Posts: 13

[SOLVED] java not working

Hi all and good new year!!!

pacman -Qs java
local/ca-certificates-java 20130815-1
local/icedtea-web-java7 1.4.1-1
local/jre7-openjdk 7.u45_2.4.3-1
local/jre7-openjdk-headless 7.u45_2.4.3-1
local/js 17.0.0-1

when I try to execute .jar file the answer is: sudo: jar: command not found

[blackswan@localhost /]$ which jar
which: no jar in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/core_perl)
What can I do?

Last edited by zorrotenai (2014-01-01 20:51:29)

Offline

#2 2014-01-01 18:37:03

publicus
Member
Registered: 2014-01-01
Posts: 129

Re: [SOLVED] java not working

I'm not 100% sure, but I don't think you want to run "jar", but java.  jar is the file ending of a java byte code file, not how you execute a java file.

It's a bit lengthy, but this is how you could run a piece of java code in linux.
http://docs.oracle.com/javase/tutorial/ … /unix.html

Let me know if you encounter any issues.

Offline

#3 2014-01-01 18:52:33

zorrotenai
Member
Registered: 2010-02-14
Posts: 13

Re: [SOLVED] java not working

I have to execute this command:
sudo jar xf unixmacosx.jar

Offline

#4 2014-01-01 18:57:46

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,548
Website

Re: [SOLVED] java not working

pkgfile jar
extra/jdk7-openjdk

Install jdk7-openjdk


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2014-01-01 19:01:07

publicus
Member
Registered: 2014-01-01
Posts: 129

Re: [SOLVED] java not working

zorrotenai wrote:

I have to execute this command:
sudo jar xf unixmacosx.jar

Aaah, ok.

This is a better resource:
http://ostermiller.org/opening_jar_files.html

It's a compressed file.

Offline

#6 2014-01-01 19:42:11

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] java not working

Please mark your thread solved as well zorrotenai


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#7 2014-01-01 20:52:09

zorrotenai
Member
Registered: 2010-02-14
Posts: 13

Re: [SOLVED] java not working

Thanks to all

Offline

Board footer

Powered by FluxBB