Jump to content
JasperReports Library 7.0 is now available ×

Is X11 Window necessary to run JR?...


Recommended Posts

By: Chalk S. Bareng - chalksb

Is X11 Window necessary to run JR?...

2003-02-06 18:20

Hello =)

I just have a simple question...

 

Is X11 Window necessary to run JasperReports in a [Red-Hat] Linux environment?

 

Thank you for the time. =)

 

 

 

 

By: Mark Rhodes - mrhodes2

RE: Is X11 Window necessary to run JR?...

2003-02-07 15:48

how do you user JDK1.4 instead?

 

 

 

 

By: Alex Parfenov - aparfeno

RE: Is X11 Window necessary to run JR?...

2003-02-07 20:02

I have no idea, actually, but I heard somewhere that jdk1.4 has awt library that does not requre X environment. I really don't know

 

 

 

 

By: Alex Parfenov - aparfeno

RE: Is X11 Window necessary to run JR?...

2003-02-06 18:31

you can use Xvfb or VNC instead (or JDK1.4?)

 

 

 

 

By: CosmoMaverick - cosmo-maverick

RE: Is X11 Window necessary to run JR?...

2003-02-08 10:23

You can also use pja toolkit:

http://www.eteks.com/pja/en/

 

It's pretty simple to use, just make sure the jar(s) are in your server's classpath and add this to the java settings:

 

-Dawt.toolkit=com.eteks.awt.PJAToolkit -Djva.awt.graphicsenv=com.eteks.java2d.PJAGraphicsEnvironment -Djava.awt.fonts=$JAVA_HOME/jre/lib/fonts

 

 

 

 

By: Joshua C. Arles - joshua_arles

RE: Is X11 Window necessary to run JR?...

2003-05-02 00:14

Hi,

 

iF you are using JDK1.4 add the specified -Djava.awt.headless=true to your

command line when you launch java.exe.

or add this to your code System.setProperty(java.awt.headless,"true");

 

 

 

 

 

By: Chalk S. Bareng - chalksb

RE: Is X11 Window necessary to run JR?...

2003-02-09 17:30

hi,

 

i just have some clarifications:

 

Does Xvfb work even if jasper is not triggered by jsp?

if i use jdk 1.4, do i still have to install Xvfb?

Can i use pja toolkit on redhat linux 7.x?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...