sign in · help · news · about · deen

BibSonomy ::  user :: steff83 ::

The blue social bookmark and publication sharing system.
 

bookmarks

 (3)
<< < 1 > >> 
  • If you've ever tried to deliver a Java application as a single Java Archive file (JAR file), you've most likely encountered the need to expand supporting J...
    If you've ever tried to deliver a Java application as a single Java Archive file (JAR file), you've most likely encountered the need to expand supporting JAR files before you build the final archive. As well as being a development nuisance, this can put you in violation of license agreements. In this article, Simon Tuffs introduces you to One-JAR, a tool that uses a custom classloader to dynamically load classes from JAR files inside an executable JAR file.
    to deployment jar java programming reference by steff83 and 2 other users on Jun 1, 2009, 12:36 PM
    (0)
  • Autojar dient dazu, jar-Archive minimaler Größe aus unterschiedlichen Quellen (eigenen Klassen, Verzeichnissen, Archiven) zu erzeugen. Ausgehend von einer ...
    Autojar dient dazu, jar-Archive minimaler Größe aus unterschiedlichen Quellen (eigenen Klassen, Verzeichnissen, Archiven) zu erzeugen. Ausgehend von einer oder mehreren Klassen wird der Bytecode rekursiv nach weiteren benutzten Klassen durchsucht; diese werden ggf. aus ihrem Archiv extrahiert und in die Ausgabedatei übernommen. Das resultierende Archiv enthält alle tatsächlich benutzten Klassen, und nur diese. Somit lassen sich z.B. Größe und Ladezeit von Applets klein halten oder Applikationen unabhängig von installierten Bibliotheken machen.
    to autojar files jar java minimal programming size tools by steff83 and 1 other user on May 31, 2009, 11:14 PM
    (0)
  • The Fat Jar Eclipse Plug-In is a Deployment-Tool which deploys an Eclipse java-project into one executable jar. It adds the Entry "Build Fat-JAR" to the...
    The Fat Jar Eclipse Plug-In is a Deployment-Tool which deploys an Eclipse java-project into one executable jar. It adds the Entry "Build Fat-JAR" to the Export-Wizard. In addition to the eclipse standard jar-exporter referenced classes and jars are included to the "Fat-Jar", so the resulting jar contains all needed classes and can be executed directly with "java -jar", no classpath has to be set, no additional jars have to be deployed.
    to deployment eclipse jar java plugin tools by steff83 and 6 other users on Sep 13, 2007, 12:11 AM
    (0)
<< < 1 > >>bookmarks per page: 5 10 20 50 100  

publications

publications per page: 5 10 20 50 100  
a gripper