forked from I2P_Developers/i2p.i2p

This solves the following problem which was found on OpenBSD: bundle: [exec] Generating net.i2p.desktopgui.messages_ar ResourceBundle... [exec] ERROR - msgfmt failed on locale/messages_ar.po, not updating translations [exec] msgfmt: Java compiler not found, try installing gcj or set $JAVAC [exec] msgfmt: compilation of Java class failed, please try --verbose or set $JAVAC [exec] 9 translated messages. In OpenBSD 5.4, neither java nor javac are in the PATH.
Current setup: * Build desktopgui: * 'ant jar' in the desktopgui directory OR * 'ant desktopgui' in the i2p.i2p directory * Place desktopgui.jar in the $I2P/lib/ directory. * Add to .i2p/clients.config: #Desktopgui clientApp.6.args= clientApp.6.delay=5 clientApp.6.main=net.i2p.desktopgui.Main clientApp.6.name=desktopgui clientApp.6.startOnLoad=true