Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dwarf
  • Order by date
  1. dwarf

    java can't find my class

    There are a couple of things to check:<br> <br> 1) Java is case sensitive, is 'myclass' the name of the class or is it MyClass?<br> <br> 2) You indicate that 'myclass' is in your class path. Does it have a package name: package mypackage; If so, your command line should be 'java...

Part and Inventory Search

Back
Top