General Description: My installation was successful; however, programs such as Project Navigator are failing to start.
解决方案
On some Windows 98 and Windows ME systems, the installation is unable to properly set the Xilinx environment variables; therefore, the user must manually edit the autoexec.bat file to set the appropriate variables.
Select Start -> Run, and run 'sysedit'. This will bring up the System Configuration Editor. Add these lines to your autoexec.bat file:
set XILINX = [path to xilinx directory]; e.g. set XILINX = C:\fndtn; set PATH = %PATH%;%XILINX%\bin\nt;
The computer must then be rebooted for these changes to take effect.