Skip to content

Instantly share code, notes, and snippets.

View gavinHuang's full-sized avatar

Gavin Huang gavinHuang

View GitHub Profile
@gavinHuang
gavinHuang / JavaCompilerTest.java
Created January 30, 2012 08:49
why there are differences between class files that manually created and created by eclipse
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.net.URI;
import java.util.Arrays;
import javax.tools.JavaCompiler;
import javax.tools.JavaCompiler.CompilationTask;
import javax.tools.JavaFileObject;