INFO: How Do I run JavaSrc After Installing Classes.zipID: Q167938
|
This article describes the JavaSrc.exe utility installed by Microsoft Visual J++ and the Microsoft SDK for Java. This tool helps extract Java sources from Classes.zip file. It also discusses the problem that occurs when you run JavaSrc on Classes.zip file and a message stating that the Classes.zip file did not contain any Java sources appears.
JavaSrc is a utility for extracting .JAVA files from a .ZIP file. It extracts the source files for the Java class libraries from the Microsoft version of Classes.zip. Visual J++ installs this tool in the directory %windir%\java\classes\ and the SDK installs the tool into <sdkdir>\bin. To extract the .JAVA files from Classes.zip, use the following command:
javasrc classes.zip
This creates a directory tree below the directory that Classes.zip resides
in and contains the source files for the Java class libraries.
javasrc -classes.zip
For additional information on how to find the latest Microsoft Virtual Machine, please see the following article in the Microsoft Knowledge Base:
Q163637 Availability of Current Build of Microsoft VM
http://support.microsoft.com/support/visualj/
http://support.microsoft.com/support/java/
Additional query words:
Keywords : kbusage kbGenInfo kbSDKJava201 kbSDKJava300 kbVJ kbVJ100 kbVJ110 kbSDKJava310 kbSDKJava202 kbSDKJava320
Version : WINDOWS:1.0,1.1,2.0,2.01,2.02,3.0,3.1,3.2
Platform : WINDOWS
Issue type :
Last Reviewed: July 27, 1999