i have been experimenting with graphics printing in java under linux.
when i press the print button in the print dialog box it gives an error
message like the following
"Could not execute print commands[Ljava.lang.String:080a5470".
but i could print it to a file
please help
linux 2.0.32
java
On Sun, 14 Feb 1999, alexander lang wrote:
> Hi all.
>
> Does anyone know if one is allowed to initialize static final variables
> within the "try" clause of a static initializer block?
>
> (eg.
> static final int x;
> static{
> try
> {
> x