Package Details: jameica 2.10.5-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.037498
First Submitted: 2006-10-21 16:11 (UTC)
Last Updated: 2025-02-11 20:02 (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 .. 17 Next › Last »

schmunk commented on 2025-02-17 16:46 (UTC)

If you're running Jameica against a MariaDB with a Mysql driver and get a java.lang.ClassCastException from 2.10.5 on, have a look at https://homebanking-hilfe.de/forum/topic.php?t=27051 (German)

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.