Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
X11 が利用できない Java アプリケーションを使用して画像のサムネイルを作成する方法。javascar、im4javaを使用してみましたが、X11 が存在する場合はすべて機能します。
これで、以下のコードを使用してヘッドレス モードで実行できるようになりました
static { System.setProperty("java.awt.headless", "true"); System.out.println(java.awt.GraphicsEnvironment.isHeadless()); }