Hi Orly,

# 
# it is.. refuses to compile if not in classpath..
# 

As I mentioned in my previous post, it's a CLASSPATH problem. "java" does
not inlcude the current working directory when looking for class files.
It's either you put "." or the complete path (better) of your working
directory in the CLASSPATH env.  This explains why you can compile
properly but not execute it.

Also, to get more info, use the -verbose to switch "java" to verbose mode.
I bet it's bailing out when it tries to load your class -- it can't find
it.

HTH

jeff --

# 
# ---------------------------------------------------------------------
# Orlando Andico <[EMAIL PROTECTED]>       POTS Phone: +63   (2) 937-2293
# Mosaic Communications, Inc.            GSM Mobile: +63 (917) 531-5893
# Any sufficiently perverted technology is indistinguishable from Perl.
# 
# 
# -
# Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
# To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
# 


Jeff Gutierrez
---
http://www.gra.ph
graPH - The substance that makes techies tick!



-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to