ClassGhost 1.0 -------------- General ------- Classghost is now more streamlined and focused. This version addresses the multi platform limitations of classghost. Newly introdued is the support for bookmarking frequently used folders with the 'Favorites' feature (Window > Favorites). How to run on windows --------------------- Open the 'bin' folder and you shall find two executables. The file 'classghost.exe' can be double clicked to launch the application. Alternatively, 'classghost_w.exe' can be used to launch the cliet with a command window (Useful to check for messages if any issues arise) See the troubleshooting section below if you run in to issues or the application does not launch. How to run on Linux ------------------- There is a classghost.linux script in the installation directory. Run this script from command line(KDE) or if your window manager supports launching of scripts(gnome), double click on it to launch. Troubleshooting --------------- 1. Application does not launch A1. If you see a mesage about being unable to instantiate a JDIController or similar message, this is caused because the application cannot find the required configuration files. To resolve the sitiation : On windows : run the classghost_w.exe and note the message. create a folder called 'conf' in bin dir and copy /etc/hotwire.properties to it. Restart application. On linux : make sure that you are running the script from the . eg: if you start the bin/classghost.sh directly from the bin directory, classghost will not be able to find the config folder. Take a step back to and run ./bin/classghost.sh 2. Application displayes a blank frame / resizing the application does not wokproperly [Linux only] A2. Make sure that compiz / beryl / compiz-fusion is turned off. They seem to mess up swing rendering. KDE 4.x desktop features are un-tested. Report Issues ------------- If you cannot find a solution for your problem, please log a bug on the sourceforeg project here : http://sourceforge.net/tracker/?group_id=153048 Changelog + Favorites feature for bookmarking frequently used output/project/code directories. + drag and drop suport for the internal file system browser, via Favorites feature. + Full fledged support for Linux systems + Several bug fixes + Improved filter for loaded classes search - Thread viewer is removed. This feature was pretty pointless anyway. Getting the sourcecode ---------------------- Visit http://sourceforge.net/cvs/?group_id=153048 for detailed instructions on getting anonymous pserver access on to the cvs repository. Cheers !