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 SkipVought 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: *

  1. andrewk89

    Exception in thread "main" java.lang.NoClassDefFoundError:

    How can I change the classpath correctly then - so that it will remain changed?
  2. andrewk89

    Please help me learn how to build a website server

    I'm using the two Windows 98 computers for the server, because they're older. The computer I use for all of my web design is running Windows XP.
  3. andrewk89

    Exception in thread "main" java.lang.NoClassDefFoundError:

    Thanks for the link, it was very informative! The two possibilities seem to be that either: 1) Javac is not in the correct location. 2) My classpath is not correct. I have tried changing my classpath to the suggested path (CLASSPATH=.;c:\j2sdk140_1\lib) by using the following commands in...
  4. andrewk89

    Please help me learn how to build a website server

    I am a high school senior, soon to be computer science major at college, and I am trying to learn how to build a website server. I have taken a number of programming courses at my high school, including: Java, C++, VisualBasic, and Qbasic. Currently, I create and manage websites for local...
  5. andrewk89

    Exception in thread "main" java.lang.NoClassDefFoundError:

    Well, when setting the classpath, Windows is not case-insensitiv. After I set the classpath to "X:\", I echoed it, and the classpath was changed from the original path of "C:\Program Files\QuickTime\QTSystem\QTJava.zip" to my newly set path of "X:\". So, in that sense, I know the classpath did...
  6. andrewk89

    Exception in thread "main" java.lang.NoClassDefFoundError:

    Well, I have tried all sorts of things: First, I set my classpath to something like "X:\Online Java", because that was the folder my files were kept in on the flash drive. That didn't work, so I then set the classpath to the "X:\" drive and moved the files out of the Online Java folder to...
  7. andrewk89

    Exception in thread "main" java.lang.NoClassDefFoundError:

    I typed: set classpath="X:\" (X is the drive letter for my flashdrive)
  8. andrewk89

    Exception in thread "main" java.lang.NoClassDefFoundError:

    By the way, I do have the latest development kits installed.
  9. andrewk89

    Exception in thread "main" java.lang.NoClassDefFoundError:

    I am currently taking an online Java course at my high school. It's a great course; however, I must use my laptop, because the school computers do not allow me to run my applications after I compile them. When I attempt to run applications, this is the error that I get: Exception in thread...

Part and Inventory Search

Back
Top