cincheo / applet-migration-example

How to migrate and modernize a Java applet to HTML5
http://www.cincheo.fr
22 stars 9 forks source link

Cannot build with Maven 3.5.4 #2

Open cooker47 opened 5 years ago

cooker47 commented 5 years ago

2018-09-25 I'm new to the NPAPI issues. I'd like to use the cincheo solution to migrate a few small Java applets. However, I'm a bit puzzled as to how much customization is needed before I can convert my applets. From your doc it looks as though running mvn clean generate-sources should do everything that's required once I put my source files in the src folder, but it seems that in fact I need to do some work to set up Maven for my applets beforehand. Do you have any guidance for that please? I'm using Maven 3.5.4 on MacOS 10.13.6 with JDK 10.0.2 and Node.js v8.12.0. Thanks,

cooker47 commented 5 years ago

2018-09-25 ... I should add that I would like to get the example working locally before I proceed to try converting my own Java code.

cooker47 commented 5 years ago

2018-09-26 ... I would like to be able to match the levels of Maven and node.js that were used to create the output.