Skip to content

Commit 185945c

Browse files
Merge pull request #53 from abast/main
fix Could not initialize class sun.awt.X11.XToolkit error
2 parents fa4e542 + e911b9e commit 185945c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/net/preibisch/bigstitcher/spark/abstractcmdline/AbstractBasic.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636

3737
public abstract class AbstractBasic extends AbstractInfrastructure implements Callable<Void>, Serializable
3838
{
39+
static { net.preibisch.legacy.io.IOFunctions.printIJLog = false; }
40+
3941
private static final long serialVersionUID = -4916959775650710928L;
4042

4143
@Option(names = { "-x", "--xml" }, required = true, description = "Path to the existing BigStitcher project xml, e.g. -x /home/project.xml or -x s3://mybucket/data/dataset.xml or -x file:/home/project.xml")

0 commit comments

Comments
 (0)