vsch / Javafx-WebView-Debugger

Full Featured Google Chrome Dev Tools to JavaFX WebView browser debugging.
MIT License
66 stars 11 forks source link

Java 8 problem. Cannot run example files properly. #8

Open brr53 opened 2 years ago

brr53 commented 2 years ago

I have been unable to use Java 8 as my version of intelliJ does not support creating a JavaFX project with a java version less than 11. When using Java11+ I cannot run your jar due to this error. Error: Could not find or load main class com.vladsch.javafx.webview.debugger.WebViewDebugSample. I'm certain that class is there as I've opened your test jar in a decompiler. Is there any way to use this tool with Java 11+? Any suggestions regarding how I can get the Debug Sample to work would be greatly appreciated. Thank you!