Skip to content
Jonas Anton Östman edited this page Oct 2, 2013 · 14 revisions

Welcome to the PennyPostTB wiki!

Download PennyPostTB version 1.5.1 patched for TB 24
and click “Install Add-on From File”
install from file

autodetect of ppost.jar is somewhat broken, here is the location:

OSX:
/Users/NAME/Library/Thunderbird/Profiles/PROFILE.default/extensions/{3748ced8-ae28-48ac-a954-4bff3360f72c}/lib/ppost.jar

Win7:
C:\Users\NAME\AppData\Roaming\Thunderbird\Profiles\PROFILE.default\extensions\{3748ced8-ae28-48ac-a954-4bff3360f72c}\lib\ppost.jar

How to autodetect java path, without user interaction?

What happens when you dont tick the “use java” box?
* OSX progressbar goes on forever, does not work.
* Linux works anyhow.
* Windows does not bring up a cmd windows, but works anyhow.

Linux
Ubuntu 10.04/12.10 OpenJDK path:

  • /usr/lib/jvm/java-6-openjdk/jre/bin/java
  • /usr/lib/jvm/java-6-openjdk-i386/jre/bin/java
  • /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java

Microsoft
Win7 Oracle Java path:

  • C:\Program Files\Java\jre7\bin\java.exe

Apple
OSX 10.5 Leopard java path:

  • /Library/Java/Home/bin/java

OSX 10.7 Lion java path if installed Oracles JRE:

  • /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
Clone this wiki locally