Skip to content

Commit

Permalink
try set utf8 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Aug 11, 2024
1 parent 11e092f commit 31d2a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/script/compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if "%GRAALVM_HOME%"=="" (

set JAVA_HOME=%GRAALVM_HOME%\bin
set PATH=%GRAALVM_HOME%\bin;%PATH%
set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8

set USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM=false
set DTLV_COMPILE_NATIVE=true

Expand Down

0 comments on commit 31d2a9d

Please sign in to comment.