logic: add auto-detection for JRE System Library
* fixed error columns are not saved to database correctly * implemented setting JRE System Library paths in app settings * added detector for JRE System Library that not use Java Runtime specified in AppSettings but detects JRE on its own by reusing the JavaPathDetector. * added option to use JRE System Library in JavaSourceGroup
This commit is contained in:
@@ -239,6 +239,15 @@ add_files(
|
||||
utility/path_detector/java_runtime/JavaPathDetectorWindows.cpp
|
||||
utility/path_detector/java_runtime/JavaPathDetectorWindows.h
|
||||
|
||||
utility/path_detector/jre_system_library/JreSystemLibraryPathDetector.cpp
|
||||
utility/path_detector/jre_system_library/JreSystemLibraryPathDetector.h
|
||||
utility/path_detector/jre_system_library/JreSystemLibraryPathDetectorLinux.cpp
|
||||
utility/path_detector/jre_system_library/JreSystemLibraryPathDetectorLinux.h
|
||||
utility/path_detector/jre_system_library/JreSystemLibraryPathDetectorMac.cpp
|
||||
utility/path_detector/jre_system_library/JreSystemLibraryPathDetectorMac.h
|
||||
utility/path_detector/jre_system_library/JreSystemLibraryPathDetectorWindows.cpp
|
||||
utility/path_detector/jre_system_library/JreSystemLibraryPathDetectorWindows.h
|
||||
|
||||
utility/path_detector/maven_executable/MavenPathDetectorUnix.cpp
|
||||
utility/path_detector/maven_executable/MavenPathDetectorUnix.h
|
||||
utility/path_detector/maven_executable/MavenPathDetectorWindows.cpp
|
||||
|
||||
Reference in New Issue
Block a user