This applies to Windows 7, not sure about other OS.
You can create a shortcut for Chatty, which has some potential advantages (depending on what you need):
-cd
to use a different settings directory.Create a shortcut to Java to start Chatty:
New - Shortcut
from the context menu. Enter javaw -jar "D:\Chatty\Chatty.jar"
as location of the item.Properties
from the context menu. Make sure that under Shortcut
the Start in
points to the folder that the Chatty.jar
is in (otherwise some stuff might not work).Chatty.jar
and drag it to an open area in the folder, then let go to open the context menu, choose the option to create a shortcut.Properties
from the context menu. In the Target
field, it should have the path to the Chatty.jar
. Before that add: javaw -jar
, so that in total it reads for example: javaw -jar "D:\Chatty\Chatty.jar"
Add launch options or icon:
Properties
from the context menu, then go to the Shortcut
tab.javaw -jar "D:\Chatty\Chatty.jar" -cd
Change Icon..
and then Browse..
to select an item to use for the Shortcut from your harddrive. (Download Chatty icon as .ico
file, right-click and Save target as..
)You can then start Chatty by using this shortcut or you can drag it to the taskbar to attach it to it.