![]() ![]() |
![]() |
![]()
Troubleshooting: Installation
Problem: DLE Installer JAR does not execute.
Fixes: If it still won't execute even with SDK installed, the problem may be that the association between executable JAR files and the Virtual Machine was not set up correctly. However, you may execute the jar file manually if need be. To do this using the command line, open up an MS-DOS prompt (usually in the Windows Start menu), cd to the directory containing the jar file, and type:
C:\jdk1.2.2\bin\java -cp dle-install.jar InstallDLE
Note: replace "C:\jdk1.2.2" with the actual JDK install directory if different on your system.
What this does is run the "InstallDLE" class (which contains the installer's main() function) directly. InstallDLE is packaged in the JAR file and is set as the class to execute if the jar file is run as an executable (See "Technical Note" regarding JAR files below). Since there have been reports of problems with executable JAR files not running at all under some setups, this command may be used to invoke InstallDLE directly, bypassing any executable JAR issues. The "-cp dle-install.jar" simply specifies the jar file as part of the classpath so that java knows where to look for the specified class.
You can also try downloading the installer file again. There is the small possibility that the previous download was unexpectedly terminated, etc. and that the JAR file on your system is not complete.
Technical Note: "java" vs. "javaw"
Technical Note: JAR Files
Troubleshooting: Home Client Common Student Client problems and fixes will be posted here. Troubleshooting: MSLab Common MSLab-related problems and fixes will be posted here. Submit Bug Report
![]() |