Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2020
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.18362.207]
  2. (c) 2019 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\HP>java -version
  5. Error: could not open `C:\Program Files\Java\jre1.8.0_241\lib\amd64\jvm.cfg'
  6.  
  7. C:\Users\HP>javac
  8. Usage: javac <options> <source files>
  9. where possible options include:
  10. -g Generate all debugging info
  11. -g:none Generate no debugging info
  12. -g:{lines,vars,source} Generate only some debugging info
  13. -nowarn Generate no warnings
  14. -verbose Output messages about what the compiler is doing
  15. -deprecation Output source locations where deprecated APIs are used
  16. -classpath <path> Specify where to find user class files and annotation processors
  17. -cp <path> Specify where to find user class files and annotation processors
  18. -sourcepath <path> Specify where to find input source files
  19. -bootclasspath <path> Override location of bootstrap class files
  20. -extdirs <dirs> Override location of installed extensions
  21. -endorseddirs <dirs> Override location of endorsed standards path
  22. -proc:{none,only} Control whether annotation processing and/or compilation is done.
  23. -processor <class1>[,<class2>,<class3>...] Names of the annotation processors to run; bypasses default discovery process
  24. -processorpath <path> Specify where to find annotation processors
  25. -parameters Generate metadata for reflection on method parameters
  26. -d <directory> Specify where to place generated class files
  27. -s <directory> Specify where to place generated source files
  28. -h <directory> Specify where to place generated native header files
  29. -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files
  30. -encoding <encoding> Specify character encoding used by source files
  31. -source <release> Provide source compatibility with specified release
  32. -target <release> Generate class files for specific VM version
  33. -profile <profile> Check that API used is available in the specified profile
  34. -version Version information
  35. -help Print a synopsis of standard options
  36. -Akey[=value] Options to pass to annotation processors
  37. -X Print a synopsis of nonstandard options
  38. -J<flag> Pass <flag> directly to the runtime system
  39. -Werror Terminate compilation if warnings occur
  40. @<filename> Read options and filenames from file
  41.  
  42.  
  43. C:\Users\HP>javac -version
  44. javac 1.8.0_241
  45.  
  46. C:\Users\HP>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement