Re: NoClassDefFoundError
I got that error too when I re-installed a newer SDK version. I
believe that you should check your system's environment variables. On
Windows XP, go to My Computer, View System Information. Then go to the
advanced tab and click on Environment Variables. Under System
Variables, make sure that C:\Program Files\Java\bin (or wherever your
bin folder is) is in that variable's value. I'm pretty sure the error
is because your new SDK is in a different directory from your old one.
.
Relevant Pages
- Re: Need help - Problem to build an SDK
... > You're running this on Windows 2000, ... > case-sensitivity of environment variables, ... > - Try to build the SDK. ... > If you have received this transmission in error, ... (microsoft.public.windowsce.platbuilder) - Re: Environment Variable Information
... Autoexec.bat that Windows XP will read are the lines that begin SET or PATH. ... So I got to create a Perl script which will verify the ... Windows XP machine which stores this information apart from registry. ... System environment variables are in the following Registry key: ... (microsoft.public.windowsxp.general) - Re: DTHML Editor not found. What?
... Help to find how to set Environment variables and get to the point where we can do that. ... First though go to C:\Program Files\Common Files\Microsoft Shared\Triedit in Windows Explorer. ... But let me try to explain how to register a ocx file again. ... Type set then hit ENTER. ... (microsoft.public.outlook.general) - Re: Environment Variable Information
... Don't you just love secret programs. ... Autoexec.bat that Windows XP will read are the lines that begin SET or PATH. ... Windows XP machine which stores this information apart from registry. ... System environment variables are in the following Registry key: ... (microsoft.public.windowsxp.general) - Identifying which Windows version ...
... I am running into problems interfacing with other products that have survived Windows Logo testing. ... The special problem here is that Logo requirements specify DIFFERENT places for files to go depending on which version of Windows they are running on, a sort of super mutual incompatibility feature that Microsoft invented! ... Past posted methods seem to either use GetVersion and pick through the numbers it returns, or use the Environ function to see which environment variables exist and which don't, which changes with the version as they keep adding new environment variables over time. ... Of course I could just go looking for the files, but then I run a risk of stumbling onto some old obsolete files that were copied in from another system, or were left over on the present system from before the system was upgraded. ... (microsoft.public.vb.enterprise) |
|