0% found this document useful (0 votes)
14 views

Help File

This document provides instructions for compressing files using the GZIP algorithm with a Java and MySQL backend. It outlines how to set the class path in Java by modifying environment variables to include the JDK bin and lib directories plus tools.jar, and how to compile and run Java programs by using the javac and java commands along with the public class name.

Uploaded by

Rajesh Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Help File

This document provides instructions for compressing files using the GZIP algorithm with a Java and MySQL backend. It outlines how to set the class path in Java by modifying environment variables to include the JDK bin and lib directories plus tools.jar, and how to compile and run Java programs by using the javac and java commands along with the public class name.

Uploaded by

Rajesh Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Domain

: File Compression (Using GZIP algorithm)

Front-End: Java (JDK 1.7) Back-End: My SQL

How to set class path (shown below) 1. Change to java Installed drive 2. Set path=%path; copy & paste up to JDK bin; 3. Set class path=%classpath; copy&paste upto JDK lib+tools.jar; How to compile java programs 1. Javac yourpublicclass name.java How to run java programs 1. Java your public class name

You might also like