User Tools

Site Tools


tips:java

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tips:java [2009/06/08 11:44] – created eriktips:java [2015/10/30 18:56] (current) erik
Line 1: Line 1:
 +======== Java Tips & Tricks ========
 +   * [[.:java:salestaxcalc|Calculating Sales Tax and Discounts]]
 +   * [[.:java:osname|Determining OS Name]]
 +   * [[.:java:resinssl|Enabling SSL and installing certificates with Resin]]
 +   * [[.:java:callant|Executing Ant tasks programatically]]
 +   * [[.:java:keystoretopem|How to convert a JSEE keystore to an OpenSSL PEM?]]
 +   * [[.:java:gradledaemon|How to use the Gradle daemon?]]
 +   * [[.:java:pcanywhere|Java Screen Refresh and pcAnywhere]]
 +   * [[.:java:launchappwithspace|Launching an Application with a Space in its Name]]
 +   * [[.:java:missingsymbollinux|Missing Symbol font when running Java under Linux]]
 +   * [[.:java:zeropaddedhex|Quickly convert a char to a zero padded hex string]]
 +   * [[.:java:sendfilejsp|Send File to Browser using JSP]]
 +   * [[.:java:signingandroid|Signing an Android Application (apk) for Release]]
 +   * [[.:java:testprivatemethods|Testing Private Methods]]
 +   * [[.:java:shiftoperators|Using shift operator for faster division and multiplication]]
 +   * [[.:java:keytoolviewssl|Viewing SSL certificates with Keytool]]
  
 +Also look at my [[tips:dev|Development Tips & Tricks]].