home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / VJ98 / JVC.EXE / string.txt next >
Text File  |  1998-02-21  |  2KB  |  33 lines

  1. 2    Out of memory
  2. 159    '@' must be followed by the response filename
  3. 160    response file '%S' could not be opened
  4. 161    Cannot open source file: '%S'
  5. 162    Failed to initialize compiler
  6. 20001    Microsoft (R) Visual J++ Compiler Version %1u.%02u.%04u\n
  7. 20002    Copyright (C) Microsoft Corp 1996-1997. All rights reserved.\n
  8. 20004    Usage: JVC [options] <filename>
  9. 20005     /cp <classpath> set class path for compilation
  10. 20006     /cp:p <path>    prepend path to class path
  11. 20007     /cp:o[-]        print classpath
  12. 20008     /d <directory>  root directory for class file output
  13. 20009     /g[-]           full debug information (g:l, g:d)
  14. 20010       /g:l[-]       generate line numbers <default=none>
  15. 20011       /g:t[-]       generate debug tables <default=none>
  16. 20012     /nologo         don't display the copyright banner
  17. 20013     /nowarn         turn off warnings <default=warn>
  18. 20014     /nowrite        compile only - do not generate class files
  19. 20015     /O[-]           full optimization (O:I,O:J)
  20. 20016       /O:I[-]       optimize by inlining <default=no opt>
  21. 20017       /O:J[-]       optimize bytecode jumps <default=no opt>
  22. 20018     /verbose        print messages about compilation progress
  23. 20019     /w{0-4}         set warning level <default=2>
  24. 20020     /wx[-]          treat warnings as errors
  25. 20021     /x[-]           disable extensions <default=enabled>
  26. 20022    '-' turns flag off
  27. 20027     /ref[-]         recompile referenced classes if out of date <default=enabled>
  28. 20028     /D <symbol>     define conditional compilation symbol
  29. 20100    Using classpath:\n    %S\n
  30. 20101    warning
  31. 20102    error
  32. 20103    fatal error
  33.