Package Details: jameica 2.10.4-2

Git Clone URL: https://aur.archlinux.org/jameica.git (read-only, click to copy)
Package Base: jameica
Description: free runtime environment for java applications
Upstream URL: https://www.willuhn.de/products/jameica/
Licenses: GPL2
Submitter: jakob
Maintainer: fordprefect
Last Packager: fordprefect
Votes: 88
Popularity: 0.28
First Submitted: 2006-10-21 16:11 (UTC)
Last Updated: 2024-09-14 08:52 (UTC)

Dependencies (4)

Sources (9)

Pinned Comments

fordprefect commented on 2020-03-06 08:28 (UTC) (edited on 2022-05-10 09:33 (UTC) by fordprefect)

In case of unknown PGP key run gpg --receive-keys 5A8ED9CFC0DB6C70

Due to widespread keyserver rot the use of keys.openpgp.org is encouraged, e.g. by adding keyserver keys.openpgp.org to your ~/.gnupg/gpg.conf.

Latest Comments

1 2 3 4 5 6 .. 16 Next › Last »

df8oe commented on 2024-09-15 16:14 (UTC)

Thank you for the very fast fix. It is installing and running now perfectly.

fordprefect commented on 2024-09-14 08:53 (UTC)

@df8oe: Thanks for the note, the old SWT version is not available online anymore. I updated to a new version. Please test and report any problems.

df8oe commented on 2024-09-14 08:43 (UTC)

Does not build:
FEHLER: Fehler beim Download von https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.30-202312010110/swt-4.30-gtk-linux-x86_64.zip
Breche ab...

JPT48 commented on 2024-06-11 16:56 (UTC) (edited on 2024-06-12 18:26 (UTC) by JPT48)

In case anybody wants to use MySQL or MariaDB with Jameica, one way to add the jdbc jar is

pamac install mariadb-jdbc
cd /opt/jameica/plugins/hibiscus/lib
# cd /opt/jameica/plugins/jverein/lib or whatever plugin you want to use. 
sudo ln -s /usr/share/java/mariadb-jdbc/mariadb-java-client.jar

This way the jdbc driver can be updated through AUR.

I would have preferred installing it into jameica itself but could not find out how.

fordprefect commented on 2024-06-07 11:06 (UTC)

@jpt48: please try building with makepkg (without AUR helper) first, and report back if the error persists. No support for buggy wrappers, sorry.

JPT48 commented on 2024-06-06 14:53 (UTC) (edited on 2024-06-12 14:00 (UTC) by JPT48)

If you have PGP issues when installing jameica or its plugins with pamac on manjaro, then use pamac install jameica without sudo.

galaxy102 commented on 2024-03-25 21:46 (UTC) (edited on 2024-03-25 21:47 (UTC) by galaxy102)

@fordprefect thank you, I've created a patch (git diff) and put it on pastebin: https://pastebin.com/dKADTf7D

I verified it works correctly with depotviewer, hibiscus-mashup and HBCI.

fordprefect commented on 2024-03-22 07:47 (UTC)

@Galax102: Thanks for reaching out and thanks also for the very good problem description! I can look into this, it might take me a while due to RL. If you need a fast solution, feel free to dig into it yourself and report the fix here.

galaxy102 commented on 2024-03-22 00:21 (UTC)

Hello fordperfect,

thank you for maintaining this package. Sadly I had to find out that the swt.jar you ship requires Java 17, effectively breaking JavaStockQuotes (https://github.com/faiteanu/JavaStockQuotes) used by hibiscus.depotviewer (https://github.com/littleyoda/hibiscus.depotviewer) as this depend on the availability of the Nashorn JS Engine, which has been removed from Java distributions starting from 15.

Oliver Willuhn has updated SWT to 4.27 in Jameica 2.10.4 (https://www.willuhn.de/wiki/doku.php?id=hibiscus_2.10#jameica_2104_14042023), so could you please try to use the swt.jar from his zip archive again and check whether the issue from https://scripting-forum.derrichter.de/viewtopic.php?f=34&p=8036#p8036 still occurs?

Thank you!