forked from I2P_Developers/i2p.i2p
New application for I2P: desktopgui. Should eventually replace systray, and have more functionality.
To use the application, you need to (by default) add the following to clients.config : # desktopgui clientApp.6.args= clientApp.6.delay=5 clientApp.6.main=desktopgui.Main clientApp.6.name=desktopgui clientApp.6.startOnLoad=true
This commit is contained in:
@@ -54,6 +54,10 @@ wrapper.java.classpath.17=lib/systray.jar
|
||||
wrapper.java.classpath.18=lib/systray4j.jar
|
||||
# BOB
|
||||
wrapper.java.classpath.19=lib/BOB.jar
|
||||
# desktopgui
|
||||
wrapper.java.classpath.20=lib/appframework.jar
|
||||
wrapper.java.classpath.21=lib/swing-worker.jar
|
||||
wrapper.java.classpath.22=lib/desktopgui.jar
|
||||
|
||||
# Java Library Path (location of Wrapper.DLL or libwrapper.so)
|
||||
wrapper.java.library.path.1=.
|
||||
|
Reference in New Issue
Block a user