From: Steve M. <Ste...@do...> - 2005-10-20 13:39:40
|
ij135e-escape-cancels-GenericDialog.patch =20 ij135e-local-variables-from-plugins.patch =20 =20 ij135e-nogui.patch with the following change in ImageJ.java (about line = 420) + try { if(args!=3Dnull && args[0].equals("-nogui")) { IJ.noGUI =3D true; String[] newArgs =3D new = String[args.length-1]; = System.arraycopy(args,1,newArgs,0,args.length-1); args =3D newArgs; } + } catch (Exception e) { + System.out.println("No command line = arguments."); + } =20 =20 =20 |