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.27
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

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

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

hellracer commented on 2013-10-11 07:42 (UTC)

Yes, this works for me but you should add swt a dependency.

cambid commented on 2013-10-10 20:36 (UTC)

@hellracer: Can't reproduce the problem on my installation. I've uploaded the pkgrel=3 version of this package. Please test if the problem is gone for you now.

hellracer commented on 2013-10-10 18:39 (UTC)

Since update to gtk2 2.24.21-2 the package is broken. The bundled version of swt is to old. Easiest way is to you system version of swt or replace the bundled one with newer. More information: https://bugs.archlinux.org/task/37271