Haxx and java ee

HI guys,

Quick question, are the two technologies can be integrated ?

Thanks,
Mark

There are two ways to integrate haxe and java code:

  1. use the jar that falls out of your haxe haxe build and use it in your java project
  2. use -java-lib to add jars to your haxe build (see haxe --help)

Pick whatever fits best to your workflow :wink: