2003-08-05 14:03:36 UTC
The icons not showing up typicall occurs in one of two scenarios:
1) Under windows - you have placed the application on a network drive/share (e.g. \\users\stuff\\ ) - If this is the case, you can fix the problem by mapping a network drive to that location, for example ....
----CMD Window------
C:> subst X: \\users\stuff
Then you can start the application by double-clicking it inside drive X...
2) Your PC isn't correctly mapping the "start" directory to the application... You can fix this problem by invoking the application from a script (batch file) or at the command line...
-----CMD Window-----
C:> x:
X:> cd moncen
X:\moncen> java -jar MonitorCentral.jar