Microsoft KB Archive/172206

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Microsoft Knowledge Base

Missing Section in Ie4.txt File

Last reviewed: July 31, 1997
Article ID: Q172206

     BETA INFORMATION  BETA INFORMATION  BETA INFORMATION  BETA     

     This article discusses a Beta release of a Microsoft 
     product. The information in this article is provided as-is
     and is subject to change without notice. 

     No formal product support is available from Microsoft for 
     this Beta product. For information about obtaining support
     for a Beta release, please see the documentation included 
     with the Beta product files, or check the Web location 
     from which you downloaded the release.

     BETA INFORMATION  BETA INFORMATION  BETA INFORMATION  BETA     

The information in this article applies to:

  • Microsoft Internet Explorer version 4.0 for Windows 95
  • Microsoft Internet Explorer version 4.0 for Windows NT 4.0

SUMMARY

The Ie4.txt file included with Internet Explorer 4.0 Platform Preview 2 is missing the following section:

   "DEVELOPING JAVA APPLETS/APPLICATIONS USING THE NEW JAVA VIRTUAL 
   MACHINE"

MORE INFORMATION

The following text is a copy of the missing section:

DEVELOPING JAVA APPLETS/APPLICATIONS USING THE NEW JAVA VIRTUAL MACHINE

The new Java virtual machine in this release of Internet Explorer 4.0 uses a different system of organization for packaging classes. Earlier virtual machines used Java classes packaged in an uncompressed zip archive. This zip archive could also be read by tools and compilers such as Visual J++ 1.1. Because the new virtual machine uses a package manager to organize class files, this zip archive of classes is not available by default, and no zip files will be present for compilers and other tools to use.

For developers who require a zip archive for their tools to work, the tool Clspack is provided. Clspack (available from the Windows directory in Windows 95 or the Windows\System32 directory in Windows NT) allows you to take packages that are currently installed in the package manager, and write their contents into a ZIP file that tools can use.

Running Clspack -auto creates a single Classes.zip file in the %WINDIR%\Java\Classes directory that contains all classes stored in the package manager. By default, the Microsoft Java compiler looks in this location for classes, so there is no need to set the CLASSPATH environment variable.

For other compilers that do not check this location by default, you need to set the CLASSPATH environment variable as follows before running the compiler:

     set CLASSPATH=%WINDIR%\Java\Classes\Classes.zip

It's a good idea to place this command in a batch file for easy use.

For more information about CLASSPATH and other development issues, see the Microsoft Web site at http://www.microsoft.com/java/.


Additional query words: 4.00

Keywords : msient msiew95
Version : WINDOWS:4.0
Platform : WINDOWS
Issue type : kbdocerr kbreadme


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 31, 1997
©1997 Microsoft Corporation. All rights reserved. Legal Notices.