Package Details: jitsi 2.11.5633-1

Git Clone URL: https://aur.archlinux.org/jitsi.git (read-only, click to copy)
Package Base: jitsi
Description: An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)
Upstream URL: https://desktop.jitsi.org/Main/HomePage
Licenses: Apache
Submitter: psychedelicious
Maintainer: SanskritFritz
Last Packager: figue
Votes: 372
Popularity: 0.000025
First Submitted: 2011-05-11 11:22 (UTC)
Last Updated: 2020-12-12 16:22 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Pinned Comments

figue commented on 2020-12-12 17:04 (UTC) (edited on 2021-01-03 19:13 (UTC) by figue)

I've built with jdk8... Like this:

env JAVA_HOME=/usr/lib/jvm/java-8-openjdk PATH=/usr/lib/jvm/java-8-openjdk/jre/bin:$PATH makepkg -sic

But if you want to execute jitsi, it's better to set it globally:

archlinux-java set java-8-openjdk

See pinned comment.

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 24 Next › Last »

CPUnltd commented on 2012-10-27 22:32 (UTC)

Dependency `java-environment' of `jitsi' does not exist. jre7-openjdk and jre7-openjdk-headless are both installed...

philpirj commented on 2012-09-25 16:39 (UTC)

Oops, sorry, reported to wrong package.

xdevla commented on 2012-09-25 12:09 (UTC)

nightly is not stable, won't update

<deleted-account> commented on 2012-08-02 17:02 (UTC)

I kept getting "java.net.UnknownHostException: dza: dza" I added my own hostname (dza) to the end of lines @ /etc/hosts This gives error above error: 127.0.0.1 localhost.localdomain localhost ::1 localhost.localdomain localhost This SOLVED it: 127.0.0.1 localhost.localdomain localhost dza ::1 localhost.localdomain localhost dza I hope I can help to make this a NOTE somewhere in common troubleshooting ..

<deleted-account> commented on 2012-07-28 04:48 (UTC)

gauthma commented on 2012-07-24 21:43 (UTC)

On line 6 of /usr/bin/jitsi, it is required to change the line from javabin=${JAVA_HOME}/bin/java to: javabin=${JAVA_HOME}/usr/bin/java I have openjdk7

xrchz commented on 2012-05-11 08:50 (UTC)

Please change the "arch" to "uname -m". I got that problem too with a clean install: % jitsi /usr/bin/jitsi: line 4: arch: command not found /usr/bin/jitsi: line 19: /bin/java: No such file or directory

whynothugo commented on 2012-04-10 04:32 (UTC)

$ jitsi /usr/bin/jitsi: line 4: arch: command not found I'm running amd64. :/ The equivalent to "arch" would be "uname -m".