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: 87
Popularity: 0.154420
First Submitted: 2006-10-21 16:11 (UTC)
Last Updated: 2024-02-11 15:01 (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

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 Next › Last »

cambid commented on 2014-03-11 18:20 (UTC)

@icecube63 and axman: I fixed the problem in jameica-2.6.1-2

Icecube63 commented on 2014-03-11 11:17 (UTC)

After upgrading swt-4.3-1 to swt-4.3.2-1 i've got an error with same issue.

axman commented on 2014-01-12 20:46 (UTC)

I get the following error, when I try to start jameica: Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Layout at de.willuhn.jameica.system.Application.getController(Application.java:416) at de.willuhn.jameica.system.Application.getCallback(Application.java:428) at de.willuhn.jameica.system.Application.init(Application.java:100) at de.willuhn.jameica.system.Application.newInstance(Application.java:90) at de.willuhn.jameica.Main.main(Main.java:78) Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Layout at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) Is anybody out there who can help me or gets the same error-message?

OldShatterhand commented on 2014-01-09 22:44 (UTC)

update has been released (2.6.1)

eigengrau commented on 2013-10-18 14:43 (UTC)

In case anyone was having the same issue when updating: In 2.4-4, /opt/jameica/lib/swt/linux64 was a symlink to /usr/share/java, which apparently got dereferenced by pacman when trying to update, which caused: > jameica: /usr/share/java/swt.jar exists in filesystem So you either need to manually delete the symlink before upgrading, or uninstall the package and reinstall from scratch.

eigengrau commented on 2013-10-13 07:55 (UTC)

Oddly, updating to 2.4-5 gives me: > error: failed to commit transaction (conflicting files) > jameica: /usr/share/java/swt.jar exists in filesystem

OldShatterhand commented on 2013-10-12 19:17 (UTC)

Hi, as I mentioned last year your solution is a problem again, because Jameica reads all lib dirs recursive. This can cause conflicts! (i.E. if a (custom) plugin like htmlunit has a lib, that is also in /usr/lib/java, but there it's an other version... this leads to not working scripts for the DKB-Bank in my case). So if you use the sys swt lib please change your pkgbuild to something like my modifications here: http://pastebin.com/raw.php?i=csDuX8rb