Linux software

 
Contact Us
java : guavac
Java compiler and decompiler developed under GPL
Guavac is a free java compiler developed under GNU Public Licence, and its package includes guavad, java bitecode decompiler. Guavac needs gcc-2.7.2 and libg++-2.7.1 or later version installed into your FreeBSD system. Preparation for using guavac and guavad (csh): setenv CLASSPATH .:/usr/local/share/guavac/classes.zip setenv LD_LIBRARY_PATH /usr/lib:/usr/local/lib Preparation (sh): CLASSPATH=.:/usr/local/share/guavac/classes.zip LD_LIBRARY_PATH=/usr/lib:/usr/local/lib export CLASSPATH LD_LIBRARY_PATH When you compile: guavac your_java_file.java When you decompile guavad your_class_file.class See more information in the doc/ directory. Yukihiro Nakai
Version number : 1.2
Md5 : MD5 (guavac-1.2.tar.gz) = 06b7391584fc6b22db7f16fc0a2f9b3e SHA256 (guavac-1.2.tar.gz) = a5aa92ecfa929b5d305d3fde99a9ac04b7738647bd9fecb323e46e84df8c24b3 SIZE (guavac-1.2.tar.gz) = 642113
Linux Software