SiD3WiNDR Gears  Hacker Emblem  

Archive for April, 2010

Creating a Java package with make-jpkg
Date: April 17th, 2010 by SiD3WiNDR
Categories: Debian, Software

Looks like this tool is going away, it’s not in squeeze or sid anymore, but hey, I needed a newer JDK…

make-jpkg cannot create packages for Java 6 update 10 or newer, to fix this, edit /usr/share/java-package/sun-j2sdk.sh.

Add this stanza:

       "jdk-6u"[0-9][0-9]"-linux-x64.bin") # SUPPORTED
            j2se_version=1.6.0+update${archive_name:6:2}${revision}
            j2se_expected_min_size=130
            found=true
            ;;

right after

        "jdk-6u"[0-9]"-linux-x64.bin") # SUPPORTED
            j2se_version=1.6.0+update${archive_name:6:1}${revision}
            j2se_expected_min_size=130
            found=true
            ;;

Then try again, should be golden.

Comments Off on Creating a Java package with make-jpkg
Migrating to Windows 7
Date: April 3rd, 2010 by SiD3WiNDR
Categories: Windows

I swapped my WinXP 32bit for a Win7 Ultimate 64bit last weekend… Feels weird. But at least now I can use 4GB of memory instead of 2.25GB (32bit+2 graphics cards = arghl).

I found these things useful in getting a usable system:

Post a comment (1 comment)
Weblog Calendar
April 2010
M T W T F S S
« Jan   Jan »
 1234
567891011
12131415161718
19202122232425
2627282930  
Sales

Browsing archives for April, 2010.

Pages
Archives
Categories
Links
Meta
© 2002-2024, SiD3WiNDR - Proudly powered by WordPress - XHTML Compliant - RSS (Entries) - RSS (Comments)