|
At the moemnt there is only this piece of code:
public class PicTest {
public static void main(String[] args) throws IOException {
textToImage4();
}
public static void textToImage4() throws IOException {
// ... as already posted
}
}
When it works, I want to use it for creating captchas.
I tested it also on a solaris machine and it works as expected. Only not on my Linux Red hat!
|