Hi Trevor, An update: We shared your tools in China [1], and we find there are many people (in a Wechat user group) like your tool,
Look forward to your more powerful tool :D [1] https://mp.weixin.qq.com/s/MCgXMNZUAz4iXedUQE4B2w [image: 11441643099796_.pic.jpg] Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Trevor Hart <[email protected]> 于2021年11月25日周四 15:26写道: > Hi > > > > Here is a mac OS zip with the correct Open JDK 11 + JFX runtime. > > > https://ope.nz/public/iotdbUI_macos.zip > > > > Thanks > > Trevor Hart > > Ope Limited > > w: http://www.ope.nz/ > > m: +64212728039 > > > > > > > ---- On Thu, 25 Nov 2021 16:23:07 +1300 Xiangdong Huang < > [email protected]> wrote ---- > > > > 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 <mailto:[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
