On Fri, Oct 15, 1999 at 01:37:10PM -0500, [EMAIL PROTECTED] wrote:
> Hi:
>
> We got a few questions on deployment with Blackdown. It would be
> appreciated if someone could help.
>
> Q1: After we finish a Java application development on Windows NT 4.0 (Intel)
> with VisualCafe 3.0, is it possible to include everything** on a CD, and let
> user run the Java application from the CD on Redhat 6.0 Linux (Intel)
> without any installation or file copy?
Sure, you have to test it carefully as you probably want to provide a way
for the user to run the app without invoking the JDk manually. You'll have
to write a shell script for that.
> Q2: Can we use Blackdown in this way (i.e. from a CD without installation),
> or we have to install it first?
If you copy on the CD the installed version of the JDK/JRE and you set the
PATH correctly you can run it directly. Let's say you have the jdk in a dir
called lxjdk on the CD and the CD is mounted on /mnt/cdrom (default on RH).
You'll need to add /mnt/cdrom/lxjdk/bin to the PATH. of course you need to
find the correcte path (use pwd in the shell script) because the mount point
for the CD could be different. For example I use to remap mine to /cdrom.
> Q3: If we can use it without a installation, then which Blackdown files
> should be included on the CD, and any special file structure?
Just install it on a machine and then copy the tree in the CD.
> Q4: Does Blackdown JVM generate any temporary files during running? We plan
> to use a CD-ROM not CD-RW, so can't add any temp files to the CD.
Under Unix temporary files are written to /tmp, usually mounted on a HD
partition, not the current directory so that shouldn't be a problem anyway.
I'm not aware of temp files created byt the VM.
> Q5: Is there any JRE for Linux like the one for NT?
Yes. Just download the JRE archive.
--
Paolo Ciccone
JBuilder dev. team. Borland/Inprise.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]