- + unset DISPLAY
- + javac -d build src/
- javac: invalid flag: src/
- Usage: javac <options> <source files>
- use -help for a list of possible options
- error: Bad exit status from /var/tmp/rpm-tmp.64116 (%build)
- RPM build errors:
- user mockbuild does not exist - using root
- group mockbuild does not exist - using root
- user mockbuild does not exist - using root
- group mockbuild does not exist - using root
- Bad exit status from /var/tmp/rpm-tmp.64116 (%build)
- [herrold@centos-5 subclipse]$ which javac
- /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/javac
- [herrold@centos-5 subclipse]$ man javac
- No manual entry for javac
- [herrold@centos-5 subclipse]$ javac --help
- javac: invalid flag: --help
- Usage: javac <options> <source files>
- use -help for a list of possible options
- [herrold@centos-5 subclipse]$ javac -help
- Usage: javac <options> <source files>
- where possible options include:
- -g Generate all debugging info
- -g:none Generate no debugging info
- -g:{lines,vars,source} Generate only some debugging info
- -nowarn Generate no warnings
- -verbose Output messages about what the compiler is doing
- -deprecation Output source locations where deprecated APIs are used
- -classpath <path> Specify where to find user class files and annotation processors
- -cp <path> Specify where to find user class files and annotation processors
- -sourcepath <path> Specify where to find input source files
- -bootclasspath <path> Override location of bootstrap class files
- -extdirs <dirs> Override location of installed extensions
- -endorseddirs <dirs> Override location of endorsed standards path
- -proc:{none,only} Control whether annotation processing and/or compilation is done.
- -processor <class1>[,<class2>,<class3>...]Names of the annotation processors to run; bypasses default discovery process
- -processorpath <path> Specify where to find annotation processors
- -d <directory> Specify where to place generated class files
- -s <directory> Specify where to place generated source files
- -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files
- -encoding <encoding> Specify character encoding used by source files
- -source <release> Provide source compatibility with specified release
- -target <release> Generate class files for specific VM version
- -version Version information
- -help Print a synopsis of standard options
- -Akey[=value] Options to pass to annotation processors
- -X Print a synopsis of nonstandard options
- -J<flag> Pass <flag> directly to the runtime system
- [herrold@centos-5 subclipse]$ ls
- eclipse-subclipse-1.1.9-2.fc7.src.rpm javasvn-1.1.0-0.3.beta4.fc6.src.rpm
- ganymed-ssh2-210-2.fc6.src.rpm
- [herrold@centos-5 subclipse]$ rpm -qa \*jdk\* | grep open
- java-1.6.0-openjdk-devel-1.6.0.0-1.2.b09.el5
- java-1.6.0-openjdk-javadoc-1.6.0.0-1.2.b09.el5
- java-1.6.0-openjdk-1.6.0.0-1.2.b09.el5
- [herrold@centos-5 subclipse]$
Posted by Anonymous on Thu 29th Oct 15:19
download | new post
Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.