Changeset 35687 for main


Ignore:
Timestamp:
2021-10-24T16:15:44+13:00 (2 years ago)
Author:
davidb
Message:

Fixed type on bootclasspath variable name

File:
1 edited

Legend:

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

    r35681 r35687  
    2828set bootclasspath=%rt_jar%;%jce_jars%
    2929
    30 set JAVACFLAGS=-source 1.8 -target 1.8 -bootclasspath %bootclasspath_% -extdirs ''
     30set JAVACFLAGS=-source 1.8 -target 1.8 -bootclasspath %bootclasspath% -extdirs ''
    3131
    3232echo Set JAVACFLAGS to compile for source, and to target, 1.8
Note: See TracChangeset for help on using the changeset viewer.