Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: jameica 2.6.4-3
Git Clone URL: | https://aur-dev.archlinux.org/jameica.git (read-only) |
---|---|
Package Base: | jameica |
Description: | free runtime environment for java applications |
Upstream URL: | https://www.willuhn.de/products/jameica/ |
Licenses: | |
Submitter: | jakob |
Maintainer: | fordprefect |
Last Packager: | fordprefect |
Votes: | 62 |
Popularity: | 0.071281 |
First Submitted: | 2006-10-21 16:11 |
Last Updated: | 2016-06-10 09:22 |
Dependencies (5)
- java-environment (java-gcj-compat, jdk6, jdk5, denix-jdk8, jdk8-openjdk-jetbrains-git, jdk7-openjdk-infinality, tuxjdk, jdk-arm, jdk8-openjdk-jetbrains, intellij-jdk, jdk8-openjdk-infinality, jdk, jdk7, jdk-devel, jdk7-openjdk, jdk8-openjdk)
- swt
- java-runtime>=8 (java-gcj-compat, jdk6, jdk5, denix-jdk8, jre8-openjdk-jetbrains-git, server-jre, jre7-openjdk-infinality, tuxjdk, jdk-arm, jre8-openjdk-jetbrains, intellij-jdk, jre8-openjdk-infinality, jdk, jdk7, jre, jre6, jre7, jdk-devel, jre-devel, jre7-openjdk, jre8-openjdk)
- unzip (unzip-natspec, unzip-iconv) (make)
- java-jce_ustrength (optional) – Required for mashup plugin used as new scripting platform for non-HBCI accounts (credit cards etc)
Latest Comments
1 2 3 4 5 Next › Last »
cambid commented on 2016-03-30 18:40
@all: I don't use jameica anymore and disowned it today.
MichaelS commented on 2015-04-16 21:17
Jameica crashes with latest jre-openjdk package (7.u79_2.5.5-1).
cambid commented on 2015-01-22 23:22
Sorry for late update. The new checksums are now included and the build works.
qs9rx commented on 2015-01-22 21:16
Update please, there are new zips. Building fails on checksum.
blubbblubb commented on 2015-01-07 00:09
There was an update to, i guess 2.6.2-2 ?! never really understood the versioning system ;)
So the sha1sums dont match anymore
01:04 $ sha1sum jameica-linux64.zip
c0d4a8cf2eb9f1c48e232f70510537f1aa6ddd15 jameica-linux64.zip
01:04 $ sha1sum jameica-linux.zip
42d929a71c40a21a3d1814ac660f642508da787d jameica-linux.zip
blubbblubb commented on 2015-01-07 00:06
not sure if counts as an "out of date"-flag but there was an update to 2.6.2 so the sha1sums dont match anymore
01:04 $ sha1sum jameica-linux64.zip
c0d4a8cf2eb9f1c48e232f70510537f1aa6ddd15 jameica-linux64.zip
01:04 $ sha1sum jameica-linux.zip
42d929a71c40a21a3d1814ac660f642508da787d jameica-linux.zip
cambid commented on 2014-03-11 18:20
@icecube63 and axman: I fixed the problem in jameica-2.6.1-2
Icecube63 commented on 2014-03-11 11:17
After upgrading swt-4.3-1 to
swt-4.3.2-1 i've got an error with same issue.
Icecube63 commented on 2014-03-11 09:45
I've got the same error as axman while starting jameica since i upgrade hibiscus today
axman commented on 2014-01-12 20:46
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?