pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

The OSL Pastebin! View Help

Posted by Anonymous on Thu 29th Oct 15:19
download | new post

  1.  
  2. + unset DISPLAY
  3. + javac -d build src/
  4. javac: invalid flag: src/
  5. Usage: javac <options> <source files>
  6. use -help for a list of possible options
  7. error: Bad exit status from /var/tmp/rpm-tmp.64116 (%build)
  8.  
  9.  
  10. RPM build errors:
  11.     user mockbuild does not exist - using root
  12.     group mockbuild does not exist - using root
  13.     user mockbuild does not exist - using root
  14.     group mockbuild does not exist - using root
  15.     Bad exit status from /var/tmp/rpm-tmp.64116 (%build)
  16. [herrold@centos-5 subclipse]$ which javac
  17. /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/javac
  18. [herrold@centos-5 subclipse]$ man javac
  19. No manual entry for javac
  20. [herrold@centos-5 subclipse]$ javac --help
  21. javac: invalid flag: --help
  22. Usage: javac <options> <source files>
  23. use -help for a list of possible options
  24. [herrold@centos-5 subclipse]$ javac -help
  25. Usage: javac <options> <source files>
  26. where possible options include:
  27.   -g                         Generate all debugging info
  28.   -g:none                    Generate no debugging info
  29.   -g:{lines,vars,source}     Generate only some debugging info
  30.   -nowarn                    Generate no warnings
  31.   -verbose                   Output messages about what the compiler is doing
  32.   -deprecation               Output source locations where deprecated APIs are used
  33.   -classpath <path>          Specify where to find user class files and annotation processors
  34.   -cp <path>                 Specify where to find user class files and annotation processors
  35.   -sourcepath <path>         Specify where to find input source files
  36.   -bootclasspath <path>      Override location of bootstrap class files
  37.   -extdirs <dirs>            Override location of installed extensions
  38.   -endorseddirs <dirs>       Override location of endorsed standards path
  39.   -proc:{none,only}          Control whether annotation processing and/or compilation is done.
  40.   -processor <class1>[,<class2>,<class3>...]Names of the annotation processors to run; bypasses default discovery process
  41.   -processorpath <path>      Specify where to find annotation processors
  42.   -d <directory>             Specify where to place generated class files
  43.   -s <directory>             Specify where to place generated source files
  44.   -implicit:{none,class}     Specify whether or not to generate class files for implicitly referenced files
  45.   -encoding <encoding>       Specify character encoding used by source files
  46.   -source <release>          Provide source compatibility with specified release
  47.   -target <release>          Generate class files for specific VM version
  48.   -version                   Version information
  49.   -help                      Print a synopsis of standard options
  50.   -Akey[=value]              Options to pass to annotation processors
  51.   -X                         Print a synopsis of nonstandard options
  52.   -J<flag>                   Pass <flag> directly to the runtime system
  53.  
  54. [herrold@centos-5 subclipse]$ ls
  55. eclipse-subclipse-1.1.9-2.fc7.src.rpm  javasvn-1.1.0-0.3.beta4.fc6.src.rpm
  56. ganymed-ssh2-210-2.fc6.src.rpm
  57. [herrold@centos-5 subclipse]$ rpm -qa \*jdk\* | grep open
  58. java-1.6.0-openjdk-devel-1.6.0.0-1.2.b09.el5
  59. java-1.6.0-openjdk-javadoc-1.6.0.0-1.2.b09.el5
  60. java-1.6.0-openjdk-1.6.0.0-1.2.b09.el5
  61. [herrold@centos-5 subclipse]$

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.


Use syntax highlighting

To highlight particular lines, prefix each line with ~~


Remember my settings