Messages of subject
How to deploy pja in websphere5.0+linux |
kimfly
Member since : Sep 18, 2006
Messages : 1
|
Sep 18, 2006 at 3:39 AM
I used pja in my system, it works in websphere5.0+linux.I set as follows.
-Dawt.toolkit=com.eteks.awt.PJAToolkit
-Djava.awt.graphicsenv=com.eteks.java2d.PJAGraphicsEnvironment
-Djava.awt.fonts=$JAVA_HOME/jre/lib/fonts
-Djava2d.font.usePlatformFont=false
-Duser.home=/opt/WebSphere/AppServer/installedApps/wsaNetwork/nzstat_war.ear/nzstat.war/dqchartdir
the chart displayed, but the text can not display, can you tell me what's the problem.
|
tnl63
Member since : Jan 9, 2007
Messages : 3
|
Jan 11, 2007 at 5:52 PM
We used IDAutomationServlet to display the barcode in our Web application (JDK 1.5). I defined the same parameters as described below in my Websphere 6.1 console (linux), but the barcode does not come up. This was working in production using Weblogic(UNIX) + JDK 1.3. Does anyone experience the same problem or have any answer to this problem??
> I used pja in my system, it works in websphere5.0+linux.I set as follows.
> -Dawt.toolkit=com.eteks.awt.PJAToolkit
> -Djava.awt.graphicsenv=com.eteks.java2d.PJAGraphicsEnvironment
> -Djava.awt.fonts=$JAVA_HOME/jre/lib/fonts
> -Djava2d.font.usePlatformFont=false
> -Duser.home=/opt/WebSphere/AppServer/installedApps/wsaNetwork/nzstat_war.ear/nzstat.war/dqchartdir
> the chart displayed, but the text can not display, can you tell me what's the problem. --- Thanh Le
|