View Single Post
  #4 (permalink)  
Old 01-24-2008, 11:32 AM
dishab dishab is offline
Member
 
Join Date: Jan 2008
Posts: 4
dishab is on a distinguished road
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!
Reply With Quote