RE: Making a native win32 binary out of FOP

2001-10-15 Thread Trevor_Campbell


Have a look at Jet http://www.excelsior-usa.com/jet.html it seems to fit
the bill



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Antwort: RE: Antwort: Making a native win32 binary out of FOP

2001-10-15 Thread joerg . pietschmann


[EMAIL PROTECTED] wrote
 There appears to be a way to package the MS JVM together with
 some Java
 classes into an .exe.
Does Saxon actually package MS JMV, I've understood that saxon.exe still
required MS JMV to be installed into your system?
Oops, you are right, the MS JVM has already to be installed.
This should not be a problem for most MS-Systems, except
perhaps some batches of XP.

Joerg Pietschmann



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Antwort: Making a native win32 binary out of FOP

2001-10-14 Thread Jarno . Elovirta

Does Saxon actually package MS JMV, I've understood that saxon.exe still
required MS JMV to be installed into your system? Anyhow, I remember him
writing that MS JMV runs about three times slower than Sun JMV, so you might
not want to use the .exe

Jarno

 -Original Message-
 From: ext [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: 12. October 2001 10:33
 To: [EMAIL PROTECTED]
 Subject: Antwort: Making a native win32 binary out of FOP
 
 
 
 There appears to be a way to package the MS JVM together with 
 some Java
 classes into an .exe. Mr. Kay (http://saxon.sourceforge.net/) 
  does this
 for his Saxon XSLT processor. Maybe he is willing to help (he 
 is also very
 busy, so be patient)
 
 Freundliche Gruesse
 
 Joerg Pietschmann
 __
 _
 
 Zuercher Kantonalbank
 LIS4K / Geschaeftshaus Hard E
 
 
 
 Tel.  +41 (0)1 275 85 03
 Fax   +41 (0)1 272 79 12
 Briefe an: Postfach, 8010 Zuerich
 E-Mail:[EMAIL PROTECTED]
 Internet: http://www.zkb.ch
 
 
 
 
   
   

 Thomas
   

 KæregaardAn: 
 [EMAIL PROTECTED]  
 
 thk@vigilantKopie:   
   

 e.com   Thema:  Making a 
 native win32 binary out of FOP

   
   

 10.10.01  
   

 10:19 
   

 Bitte 
   

 antworten an  
   

 fop-dev   
   

   
   

   
   

 
 
 
 Hi List.
 
 I would like to distribute FOP with my application, but I 
 don't want to
 force people to install 5,4 MB worth of JRE.
 
 Do any of you have experience regarding translation of FOP into an
 .exe-file (+ some .dll's probably) that will run directly from a win32
 platform? Some sort of Java-win32 wrapper is acceptable, 
 as long as it
 doesn't force us to install the JRE.
 
 Thanks in advance.
 
 - Thomas Kæregaard, Denmark
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Antwort: Making a native win32 binary out of FOP

2001-10-12 Thread joerg . pietschmann


There appears to be a way to package the MS JVM together with some Java
classes into an .exe. Mr. Kay (http://saxon.sourceforge.net/)  does this
for his Saxon XSLT processor. Maybe he is willing to help (he is also very
busy, so be patient)

Freundliche Gruesse

Joerg Pietschmann
___

Zuercher Kantonalbank
LIS4K / Geschaeftshaus Hard E



Tel.  +41 (0)1 275 85 03
Fax   +41 (0)1 272 79 12
Briefe an: Postfach, 8010 Zuerich
E-Mail:[EMAIL PROTECTED]
Internet: http://www.zkb.ch




   

Thomas 

KæregaardAn: [EMAIL PROTECTED]  

thk@vigilantKopie:

e.com   Thema:  Making a native win32 binary out of 
FOP   
   

10.10.01   

10:19  

Bitte  

antworten an   

fop-dev

   

   




Hi List.

I would like to distribute FOP with my application, but I don't want to
force people to install 5,4 MB worth of JRE.

Do any of you have experience regarding translation of FOP into an
.exe-file (+ some .dll's probably) that will run directly from a win32
platform? Some sort of Java-win32 wrapper is acceptable, as long as it
doesn't force us to install the JRE.

Thanks in advance.

- Thomas Kæregaard, Denmark





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Making a native win32 binary out of FOP

2001-10-12 Thread Bertrand Delacretaz

On Wednesday 10 October 2001 10:19, Thomas Kæregaard wrote:
 I would like to distribute FOP with my application, but I don't want to
 force people to install 5,4 MB worth of JRE.

Most likely you *will* have to distribute the JRE (unless you find a 
compatible java-to-exe compiler?).

You might not need to *install* the JRE, though. Recent experiments here have 
shown that merely *copying* an installed JRE directory to another system works, as 
long as you're careful 
with PATH and the like to make sure that the desired version of the JRE is 
started. 
I don't know if this is official but it works fine.

Starting java classes from an EXE is possible using JNI (the java native 
interface), this is done for example by the javaserv utility, see 
http://www.kcmultimedia.com/javaserv.

-- 
 -- Bertrand Delacrétaz, www.codeconsult.ch
 -- web technologies consultant - OO, Java, XML, C++






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Making a native win32 binary out of FOP

2001-10-11 Thread Thomas Kæregaard



Hi List.

I would like to distribute FOP with my application, 
but I don't want to force people to install 5,4 MB worth of JRE.

Do any of you have experience regarding translation 
of FOP into an .exe-file (+ some .dll's probably) that will run directlyfrom a win32 platform? Some sort of 
Java-win32 "wrapper" is acceptable, as long as it doesn't force us to 
install the JRE.

Thanks in advance.

- Thomas Kæregaard, Denmark