I can help testing, since I don't have the skills in C/C++.

Usually, what I do on linux boxes is:

1.- Minimal O.S. install, text-only. Include XOrg shared libraries. No
need to start any XOrg related service.
2.- Install my IBM JRE v1.4.2
3.- Start my java server process (servlet engine) with this system property:

-Djava.awt.headless=true

That's it, my servlet can generate graphics in PNG really fast,
without a graphics environment.

Regards,
Martin




On 10/25/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
As Tim asked earlier in the thread...  is there a clear definition of
what this means?  A spec maybe?

Also.. Martin... want to help?  :)

geir


Oleg Khaschansky wrote:
>> > 3.- Will be possible to create graphics in awt-headless mode? I would
>> > like to test servlets generating charts (using JFreeCharts) in a Linux
>> > box without a graphics environment.
>
> Definitely, headless support will be implemented in the future and
> there are no obstacles which prevent us from doing this. But I don't
> know when exactly it will be done, this requires some efforts and we
> still have other things in the todo list.
>
> On 10/24/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
>>
>>
>> Martin Cordova wrote:
>> > 1.- Have a planned date?
>>
>> None yet, but doing this week would be good.  Any other opinions?
>>
>> >
>> > 2.- Will include latest aproved contributions (ImageIO)
>>
>> Only if they have been integrated into the SVN codebase
>>
>> >
>> > 3.- Will be possible to create graphics in awt-headless mode? I would
>> > like to test servlets generating charts (using JFreeCharts) in a Linux
>> > box without a graphics environment.
>>
>> I dunno :)
>>
>> geir
>>
>> >
>> > Regards,
>> > Martin
>>
>



--
Dinamica - RADical J2EE framework
open source, easy and powerful
http://www.martincordova.com

Reply via email to