Ignore:
Timestamp:
2021-10-23T17:13:42+13:00 (3 years ago)
Author:
davidb
Message:

Scripts updated to add in the jar files needed to support Java's jce.jar extension.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/bin/rk.bat

    r35622 r35673  
    1111:: set JAVACFLAGS (used in the relevant javac lines in our win32.mak/Makefiles) so that any compiled Java code
    1212:: is backwards compatible with Java v1.6
     13echo ****** Setting JAVACFLAGS in rk.bat
     14echo ****** Need to update the script so it is done through rk-setup.bat
    1315set JAVACFLAGS=-source 1.8 -target 1.8 -bootclasspath "%RK_HOME%\shared\core\java-rt\rt-openjdk8.jar" -extdirs ""
    1416
Note: See TracChangeset for help on using the changeset viewer.