パックファイルは、Oracleが開発したエンコードされたファイルに分類される。彼らはPack200のユーティリティを使用して作成されたファイルを参照するので、彼らはPack200のランチJARファイルと呼ばれます。 Javaの1.5.0と圧縮するために使用されるツールに属しツール.JARファイルを。 PACKファイルも最大六〇%圧縮率でJARファイルを含むことが知られており、これらのファイルは検索のためには、Java Web Startクライアントが使用すると、Javaプログラム用のJARファイルのアンパックされている。脇に圧縮されるの.PACKしばしば.GZファイル、パックファイルは、「.jar.pack「拡張子化合物と関連している。パックファイルを開くために使用する主なアプリケーションは、Mac OS、WindowsおよびLinuxマシン上で動作するOracleのJava Web Startアプリケーションです。このアプリケーションは、ユーザーが簡単かつ迅速にフル機能のアプリケーションを起動することができます。ユーザーが起動しているアプリケーションがこのソフトウェアを介してなどのチャットクライアント、スプレッドシートプログラム、であるかどうか、彼らは成功して手間をかけずに、これらのアプリケーションを起動することができます。
The Oracle PAX200 software is also referred to as PACK200 and this was developed by Oracle Corporation. This software is known as an HTTP compression method that is responsible for the transferring of JAR files over a network faster and easier and it is mainly included in the Java 1.5.0. PACK200 functions as JAR file compressors and it deals mainly with Java class files. This reduces the JAR file size up to 60% but since this is not a lossless compression, the JAR files produced through packing and unpacking will come out the same as the original file even if the class file structures are rearranged. The reduction of JAR file sizes is done through the removal of redundant class attributes, merging and sorting of some constant-pool data within the class files, the storage of internal data structures, the use of variable length and delta encoding as well as by picking types of optimum coding. This software features a JAR processor tool that is useful for building, repacking, signing and packing JAR files for a certain site.