Summary: | dev-java/sun-j2me-bin-2.5.2 (update) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Richie <richard.schaller> |
Component: | New packages | Assignee: | Java team <java> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | a, anton.bugs, dima, Michael.Gaber, sven.koehler |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 315641 | ||
Attachments: |
sun-j2me-bin-2.5.1
java-config.patch sun j2me ebuild for 2.5.2 fixed sun j2me ebuild for 2.5.2 version bump 2.5.2_01 |
Description
Richie
2008-02-08 21:26:12 UTC
Created attachment 143011 [details]
sun-j2me-bin-2.5.1
Created attachment 143012 [details, diff]
java-config.patch
FYI, 2.5.2 is already available. ...if I understood http://java.sun.com/products/sjwtoolkit/ right Created attachment 160402 [details]
sun j2me ebuild for 2.5.2
This ebuild is a modified version for the 2.5.1, updating the install.zip offsets among some other minors.
I just uploaded a modified ebuild for the 2.5.2, which adds multi user capabilities, i.e. ktoolbar open and create new projects without problems in your home directory. Created attachment 160857 [details]
fixed sun j2me ebuild for 2.5.2
There is apparently no appdb directory, instead j2mewtk_template should be copied.
This fixed the emulator crashing on startup due to a SecurityException.
*** Bug 259358 has been marked as a duplicate of this bug. *** I needed to install the toolkit on x86_64, and apparently the 32-bit emulator requires a 32-bit java vm. Downloading it directly from Sun hits an error about the jar utility missing from emul-linux-x86-java. Someone on #gentoo-java directed me to this ebuild, and it seems to be the proper alternative if you need WTK on AMD64. Also, at this time the version is 2.5.2_01. Here's an updated ebuild (with hardcoded filename, so no renaming necessary after the manual fetch). Why aren't these version bumps in the portage tree, by the way? Only 2.2 there. Created attachment 194538 [details]
version bump 2.5.2_01
Works fine for me. Please add this to main tree or to Java overlay at least. +1 for adding to the main tree (In reply to comment #11) > +1 for adding to the main tree > +1 on AMD64. Works without a problem ;) +1 for working and +1 for amd64, the 2.5.2_01 ebuild and patch work perfectly. Severity should be changed to normal as the ebuild in the repository no longer works (see bug 315641) Thanks a bunch for the ebuilds and sorry for taking so long. I've just committed the latest to the tree. You can also replace
< BINARY="sun_java_wireless_toolkit-${PV/p/}-linuxi486.bin.sh"
---
> BINARY="sun_java_wireless_toolkit-2.5.2_01-linuxi486.bin.sh"
for future versions, but it's not important. Thanks!
|