Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.19 KB

README-developers.md

File metadata and controls

25 lines (15 loc) · 1.19 KB

Notes for developers of java2script/SwingJS

These notes are for developers of SwingJS, not for users of SwingJS.

cd workspace (where workspace is your Eclipse Neon Workspace)
git clone https://github.com/BobHanson/java2script.git
git checkout swingjs

Then, open Eclipse, open Navigator, and hit Refresh. java2script will show up as a blank generic trunk without a name (i.e. 'trunk[]')

Eclipse Refresh

Eclipse trunk

Or, do the equivalent tasks on Eclipse's graphical git tool.

Go to net.sf.j2s.core directory, Clean Project, then export as a Deployable plug-ins and fragments.

Eclipse Deployable

Eclipse Optionsj

Core is the only thing that was affected. Hence, everything else can be built the same exact way it was built before (assuming you were using the HEAD of the master branch of j2s).