Gust
Gust
An issue in canvas that setclip is wrong. fix and submited. Note that you setColor is ARGB data, but not j2me RGB
Graphics is not full j2me implementation , if there are any problem or request please let me know.
add GFont already
fixed the SimpleDateFormat.java
1. run /binary/build_jar.sh or build_jar.bat generate minijvm_rt.jar, test on jdk8 or jdk11 2. runt /binary/build_mac_linux.sh or build_winx64.bat generate executable file 3. enter mac_x64 or other platform folder, run test.sh or...
i see. the file GLutil.java is an invalid filename , it should be GLUtil.java , so glfm_gui.jar dose not built, that's it .i will fixed it .
Ok, I've fixed it on windows platform , It's a bug that load a class file from jar with '\\' seaparator, it isn't a valid path string.
jit目前没有适配32位CPU,主要是long型8字节算术指令没有适配,minijvm的JIT依赖于SLJIT项目,其支持如下:https://github.com/zherczeg/sljit/ Supported architectures Intel-x86 32 AMD-x86 64 ARM 32 (ARM-v5, ARM-v7 and Thumb2 instruction sets) ARM 64 PowerPC 32 PowerPC 64 MIPS 32 (III, R1) MIPS 64 (III, R1) RISC-V...
if a file is named ".abc" or "..abc", parsing will get incorrect results.
https://github.com/orange451/LWJGUI-Mobile there is a project that's about lwjgl on minijvm