This applies to Windows 7, and probably other Windows versions. The info can probably also be applied to other OS with some adjustments.
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 (for this example the
Chatty.jar
is located in D:\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"
The javaw
part might automatically be changed into the full path
to the javaw.exe
when you save the shortcut.
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.