× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



This may require help from your vendor.

However, I would start by creating the required directories (OS/400 command
mkdir) and copying the required files into them.

All the java classes will be embedded in the jar files, and the directory
structure might be very important. It depends upon how they have defined
thier java packages and how this relates the the CLASSPATH.

The CLASSPATH is important. It tells java where to find the classes it is
looking for.

You might  need to run this application in a QSH shell, however, it might be
possible to run it from a CL or RPG program using the OS/400 JAVA or RUNJVA
commands. The JAVA command in either environment allows you to specify the
required classpath.

After you copy the files to thier correct locations, try the JAVA command
and see if the application runs. If no luck, go the QSH and try the java
command there. If you are using QSH, runing the java command without any
parameters or specifying a parameter of '-help' or '-?' will display some
help text eplaining the use of the available command parameters.

Syd Nicholson


----- Original Message -----
From: <jeff_carey@baxter.com>


> We have a java application from a vendor not at all familiar with the
> AS/400.  What they have given us is a CD with a whole bunch of jar files
> they say to put in our jre/lib/ext directory, and files there to be copied
> into the appropriate jre/lib/security folder.
>
> Finally, there is a batch file that calls the java command with the
> appropriate classpath and run parameters.  They say this will have to be
> rewritten as a start script for "your appropriate O/S".
>
> This application is ultimately to transfer encrypted files over https.  I
> don't even see what's going to start the instance of http they'll need,
> unless that's what they mean by a start script (which I have no real
> experience with).
>
> I can see that the batch files does some sort of checking for the default
> version of Java - this app needs 1.3, which we have installed, but I'm not
> sure if it's the default (or if making it the default will impact other
> applications).
>
> Can anyone help translate this?
>



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.