Hi Sven,
On Tue, Jul 17, 2001 at 11:55:0p +0200, Sven Haiges wrote:
> Hi there,
>
> we need to scale down some images on a simple Linux
> Server. Everything worked fine on Win, but our Linux Server does not
> run the XServer which is maybe the problem because it does all the
> GUI things.
>
> Is there a API that works fine without Xserver?!
Java2 SDK v 1.4 (http://java.sun.com/j2se/1.4/ - beta is already out)
includes support for headless environment:
http://java.sun.com/j2se/1.4/docs/guide/awt/AWTChanges.html#headless
If you have to use previous versions, there is a workaround as
described in Java2D FAQ (using virtual frame buffer):
http://java.sun.com/products/java-media/2D/forDevelopers/java2dfaq.html#xvfb
Thank you,
Dmitri
>
> Thanx,
> Sven
> www.powderhausen.com
>
>
> +++
> Please respond to mailto:[EMAIL PROTECTED]
> ______________________________________________________________________________
> Ferienklick.de - Jede Menge Urlaub auf einen Blick!
> Hier geht's zu Ihrem Traumstrand: http://ferienklick.de/?PP=2-0-100-105-1
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA2D-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".