View Single Post
Old 12-19-2011, 09:50 AM   #491
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,553
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
I am not sure what to suggest - it sounds as if there might be an issue with the Java installation on your system. It could be worth checking the CLASSPATH environment variable on your system and (if it is present) make sure it starts with
Code:
.;
to ensure that the current directory is checked for Java classes. Also if there is a JAVA_HOME environment variable then make sure it points to where java has been installed.

Your best bet might be to use the "Java" command instead of "javaw" and do it from a DOS command box. That stops java being run in a separate process and leaves it reporting to the command window used to initiate it.. That way you have a better chance of seeing any error messages. It could also be worth checking in Event Viewer to see if there are any error messages being reported there.
itimpi is offline   Reply With Quote