but where can i find this manifest ?
Its pretty straight forward.
You just need to modify the file in the Manifest folder
located inside "java.exe", and "javaw.exe"
java.exe\.rsrc\MANIFEST\1
javaw.exe\.rsrc\MANIFEST\1
You can use "Resource Tuner" as mentioned in that link (not free, but have trial version).
Or use "ResourceHacker" to modify the executable, its free.
http://www.angusj.com/resourcehacker/- File>Open (the java.exe)
- double click Manifest
- select 1:0
- change line 28 (true to false)
<dpiAware>true</dpiAware> ===> <dpiAware>false</dpiAware>
- press F5 (modify/compile script)
- File>Save
repeat with javaw.exe
If you use Stencyl with the Java 8 JRE installed in your PC, modify :
..\[Java_JRE_folder]\bin\java.exe
..\[Java_JRE_folder]\bin\javaw.exe
If you use the Java 8 in the Stencyl folder, modify :
..\Stencyl\runtimes\jre-win\bin\java.exe
..\Stencyl\runtimes\jre-win\bin\javaw.exe