lmsasu
lmsasu

Reputation: 7583

.NET to Java code transform

I know about IKVM.NET that converts Java bytecode to .NET CIL. Is there a tool that performs reverse conversion? either with or without support for translating WinForms to JavaFX/Swing GUIs.

Thanks.

Upvotes: 2

Views: 635

Answers (1)

Pavel Savara
Pavel Savara

Reputation: 3457

There is GrassHopper. Maybe you could use bridge instead ? My favorite one is jni4net for obvious reasons. But try this link list.

Upvotes: 4

Related Questions