Is it possible to use Java to create dll?

前端 未结 9 1232
轮回少年
轮回少年 2021-02-07 23:42

Want to create animation dll for Window XP Is it ok to create Java2d animation and export as dll??

9条回答
  •  我在风中等你
    2021-02-08 00:28

    Well…

    1. GCJ is available for Windows.
    2. GCJ is part of GCC.
    3. GCC can create dlls.

    It might be possible to put that together to build DLLs using GCJ.

提交回复
热议问题