LZMA Compression in Java
January 1, 2012 by admin · Leave a Comment
LZMA Compression in Java:
static void PrintHelp()
{
System.out.println(
“\nUsage: LZMA <e|d> [<switches>...] inputFile outputFile\n” +
“ e: encode file\n” +
“ d: decode file\n” +
“ b: Benchmark\n” +
“<Switches>\n” +
// “ -a{N}: set compression mode – [0, 1], default: 1 (max)\n” +
“ -d{N}: set dictionary – [0,28], default: 23 (8MB)\n” +
“ -fb{N}: set number of fast bytes – [5, 273], default: 128\n” +
“ -lc{N}:…
IntelliJ IDEA 11.0.1 Released
January 1, 2012 by admin · Leave a Comment
IntelliJ IDEA 11.0.1 has been released.
ntelliJ IDEA is a code-centric IDE focused on developer productivity. The editor deeply understands your code and knows its way around the codebase, makes great suggestions right when you need them, and is always ready to help you shape your code.
Release Note and Download here:
http://www.jetbrains.com/idea/download/index.html
…
Eclipse 3.7.1 Released
September 24, 2011 by admin · Leave a Comment
Eclipse 3.7.1 has been released.
Indigo SR1 packages
http://www.eclipse.org/downloads/
Eclipse 3.7.1 includes Java 7 support:
http://www.eclipse.org/jdt/ui/r3_8/Java7news/whats-new-java-7.html
The readme includes a list of bugs that we have fixed since 3.7
http://www.eclipse.org/eclipse/development/readme_eclipse_3.7.1.html
Eclipse 3.7.1 build page
http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/index.php
Equinox 3.7.1 build page
http://download.eclipse.org/equinox/drops/R-3.7.1-201109091335/index.php…
CKEditor for Java 3.6.2 Released
September 24, 2011 by admin · Leave a Comment
CKEditor for Java 3.6.2 has been released.
JBoss Tools 3.3.x (M3) Released
September 21, 2011 by admin · Leave a Comment
JBoss Tools 3.3.x has been released.
JBoss Tools is an umbrella project for a set of Eclipse plugins that supports JBoss and related technology; there are support for Hibernate, JBoss AS, Drools, jBPM, JSF, (X)HTML, Seam, Smooks, JBoss ESB, JBoss Portal and more…
Eclipse 4.2M2 Released
September 21, 2011 by admin · Leave a Comment
Eclipse 4.2M2 has been released.
As the Juno spacecraft rockets towards Jupiter, the Juno train is also making good progress. Here are some of the more noteworthy things available in milestone build M2 (September 16, 2011) which is now available for download. Unless otherwise indicated, all entries listed here are available in both the 3.8 and 4.2 development streams. See the build notes for details about bugs fixed and …
IntelliJ IDEA 11 Early Access Released
September 21, 2011 by admin · Leave a Comment
IntelliJ IDEA 11 Early Access has been released.
IntelliJ IDEA is a code-centric IDE focused on developer productivity. The editor deeply understands your code and knows its way around the codebase, makes great suggestions right when you need them, and is always ready to help you shape your code.
Changes:
- Event Log view for all IDE notifications
- Live template settings UI reworked, many new template contexts added
- Inplace refactorings UI
…
JRebel 4.5 Released
September 21, 2011 by admin · Leave a Comment
JRebel 4.5 has been released.
JRebel is a small JVM-plugin that makes it possible for Java developers to instantly see any code change made to an app without redeploying. JRebel lets you see code changes instantly, versioning classes and resources individually and updating one at a time instead of as a lump application redeploy. When developers make a change to any class or resource in their IDE, the change is immediately …
JSFUnit 2.0.0.Beta 2 Released
September 16, 2011 by admin · Leave a Comment
JSFUnit 2.0.0.Beta 2 has been released.
Hibernate Search 4.0.0.Beta1 Released
September 16, 2011 by admin · Leave a Comment
Hibernate Search 4.0.0.Beta1 has been released.
- The parameter list of the annotation org.hibernate.search.annotation.Field has changed (HSEARCH-710, HSEARCH-711).
- The annotation mixed the concepts of analyzing and storing of norms into a single index parameter (NO, TOKENIZED, UN_TOKENIZED and NO_NORMS).
- There was no option for analyzed indexing while storing no norms and the terminology was using the term tokenizing instead of analyzing.
- For this reason we changed the
…