You cannot specify the desired Java version using that parameter.
See
http://www-01.ibm.com/support/docview.wss?uid=nas8N1017748
more:
Where is the Java Version default specified on the i?
For that you have to check the file systemdefault.properties. The path for
that file is
/QIBM/UserData/Java400/systemdefault.properties
This is a like any other properties file in java with name and value pairs.
The entry that you are looking for is
java.version=1.4
Or if you want it to set to java version 1.5 then you will update that entry
to
java.version=1.5
Tip: Here is a very quick and easy way to create and populate the file with
one command:
QSH CMD('echo java.version=1.4 >
/QIBM/UserData/Java400/SystemDefault.properties')
This will OVERWRITE any SystemDefault.properties file!!!
Remember this will change the default java version for any java application
running on iSeries unless there is an override. Also you cannot just change
the value to anything and it will just work you have to make sure that
version of Java is already installed on the machine. If they are not you
have ask your operation personnel to load it.
Ira Chandler
Curbstone Corporation
Technical Services - 888-844-8533
https://curbstone.com/email_disclaimer
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
(WalzCraft) Jerry Forss
Sent: Wednesday, December 07, 2016 10:07 AM
To: Midrange Systems Technical Discussion (midrange-l@xxxxxxxxxxxx)
Subject: Java message
Hi All,
After I upgraded from 5.4 to 7.1 we are getting this message:
The java.version property was detected as input. This property is used as
output only and has no effect on JVM initialization.
Press ENTER to end terminal session.
How do I make this go away?
Jerry Forss
Information Technology Team
WalzCraft
608-781-6355 EXT 2530
jforss@xxxxxxxxxxxxx
Subject to Change Notice:
WalzCraft reserves the right to improve designs, and to change
specifications without notice.
Confidentiality Notice:
This message and any attachments may contain confidential and privileged
information that is protected by law. The information contained herein is
transmitted for the sole use of the intended recipient(s) and should "only"
pertain to "WalzCraft" company matters. If you are not the intended
recipient or designated agent of the recipient of such information, you are
hereby notified that any use, dissemination, copying or retention of this
email or the information contained herein is strictly prohibited and may
subject you to penalties under federal and/or state law. If you received
this email in error, please notify the sender immediately and permanently
delete this email. Thank You;
WalzCraft PO Box 1748 La Crosse, WI. 54602-1748
www.walzcraft.com<
http://www.walzcraft.com/> Phone... 800-237-1326
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.