Package Details: jxplorer 3.3.1.2-3

Git Clone URL: https://aur.archlinux.org/jxplorer.git (read-only, click to copy)
Package Base: jxplorer
Description: Java LDAP browser and editor
Upstream URL: http://jxplorer.org/
Licenses: custom
Submitter: wizetek
Maintainer: None
Last Packager: meanjollies
Votes: 53
Popularity: 0.000000
First Submitted: 2010-02-19 04:13 (UTC)
Last Updated: 2018-07-04 19:57 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

wizetek commented on 2011-11-08 05:29 (UTC)

I can't reproduce this. Tested on 32 and 64 bit systems (up-to-date) without any issues. Tried as a user and as root. What happens if you execute the extracted file?, like so: ./jxplorer-3.2.1-linux-installer.bin --help

Ravenman commented on 2011-11-07 07:21 (UTC)

[root@archer_pc ~]# ls -l jxplorer-3.2.1-linux-installer.bin -rwx------ 1 root root 5486444 May 2 2010 jxplorer-3.2.1-linux-installer.bin My system is 64 bit. I'm using BASH right now.

wizetek commented on 2011-11-07 07:08 (UTC)

After it fails, can you do # ls -l jxplorer-3.2.1-linux-installer.bin in your build dir for me? Is your system 32 or 64 bit? What's your shell, BASH or something else?

Ravenman commented on 2011-11-07 06:13 (UTC)

Thanks by your fast response, but nothing changed: http://pastebin.com/wxtsXnuh

wizetek commented on 2011-11-07 02:41 (UTC)

I suspect this might be caused by the way yaourt is handling the PKGBUILD. Can I get you to try the following instead? # wget https://aur.archlinux.org/packages/jx/jxplorer/PKGBUILD # makepkg -i --asroot If you don't have wget installed, just download the PKGBUILD from the above link using a web browser and run the makepkg command in the same directory. (Feel free to stop me if I'm stating something obvious.)

Ravenman commented on 2011-11-07 02:04 (UTC)

I can't install jxplorer in my system: ==> Edit PKGBUILD ? [Y/n] ("A" to abort) ==> ------------------------------------ ==> n ==> jxplorer dependencies: - java-runtime (already installed) ==> Continue building jxplorer ? [Y/n] ==> ---------------------------------- ==> ==> Building and installing package ==> WARNING: Building package as root is dangerous. Please run yaourt as a non-privileged user. ==> Making package: jxplorer 3.2.1-2 (Sun Nov 6 21:03:24 COT 2011) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving Sources... -> Found jxplorer-3.2.1-linux-installer.bin ==> Validating source files with md5sums... jxplorer-3.2.1-linux-installer.bin ... Passed ==> Extracting Sources... ==> Starting package()... /tmp/yaourt-tmp-root/aur-jxplorer/./PKGBUILD: line 17: ./jxplorer-3.2.1-linux-installer.bin: No such file or directory ==> ERROR: A failure occurred in package(). Aborting... ==> ERROR: Makepkg was unable to build jxplorer. ==> Restart building jxplorer ? [y/N] ==> --------------------------------- ==>

wizetek commented on 2011-09-02 01:59 (UTC)

Package updated. Let me know if you find any major issues and workarounds.

xyproto commented on 2011-09-01 14:17 (UTC)

There are a few issues when running with openjdk6, but it starts up. Perhaps the issues are better reported (to jxplorer and/or openjdk) than avoided?

xyproto commented on 2011-09-01 14:05 (UTC)

jxplorer works with OpenJDK6 here now, so I think you can make this change: depends=('java-environment')

wizetek commented on 2010-07-17 00:01 (UTC)

I'm afraid this can't be "fixed" at the moment. I could set the dependency to 'java-runtime' but this by default would install 'openjdk6' which, to the best of my knowledge, JXplorer doesn't work with. Apparently, Sun JVM is required to get this application running. If anyone knows of a way to make JXplorer work with OpenJDK JVM, feel free to share it here.