Hi Trevor,

Thanks, I download the file and use JDK11 (MacOS).

java version "11.0.5" 2019-10-15 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.5+10-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.5+10-LTS, mixed mode)

When using ` java --module-path ./runtime/java/javafx/lib
--add-modules ALL-MODULE-PATH -jar iotdbUI.jar`,
there are errors:

Graphics Device initialization failed for :  es2, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error
initializing QuantumRenderer: no suitable pipeline found
at 
javafx.graphics/com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:280)

Is it caused by JDK/JavaFX version?

Best,
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院

Trevor Hart <[email protected]> 于2021年11月25日周四 上午10:49写道:
>
> Hello All,
>
>
>
> I know iotdb-web-workbench is nearing release but I thought I would share my 
> iotdbUI that I showed during my ApacheCon presentation.
>
>
>
> This is a basic portable Java based GUI for querying iotDB (using JDBC). I 
> find this easier to use compared to the CLI as it contains a graphical tree 
> of the hierarchy.
>
>
>
> https://ope.nz/public/iotdbUI.zip
>
>
>
> You can see a screenshot of the application here; 
> https://ope.nz/public/iotdbUI_screenshot.png
>
>
>
> Notes;
>
>
>
> 1. Open JDK runtime is included (or use your own, requires JFX lib)
>
> 2. To launch manually execute; javaw -module-path .\runtime\java\javafx\lib 
> --add-modules ALL-MODULE-PATH -jar iotdbUI.jar
>
> 3. if you are on Windows you can use the included executable that runs the 
> above command (it expects included bundled runtime).
>
>
>
> Any feedback is welcome.
>
>
> Thanks
>
> Trevor Hart

Reply via email to