Skip to content

Commit 33073b3

Browse files
author
Andrew Lee
committed
added quick build tutorial
1 parent 2f787a4 commit 33073b3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Quick Build Directions
2+
3+
```
4+
cd workspace (where workspace is your Eclipse Neon Workspace)
5+
git clone https://github.com/BobHanson/java2script.git
6+
git checkout swingjs
7+
```
8+
9+
Then, open Eclipse, open Navigator, and hit Refresh. java2script will show up as a blank generic trunk without a name (i.e. 'trunk[]')
10+
11+
![Eclipse Refresh](https://68.media.tumblr.com/47add4de1bc35f07f0e709fd6634289d/tumblr_or8mhqHsje1s5a4bko3_1280.png)
12+
13+
![Eclipse trunk](https://68.media.tumblr.com/866cc531b6b9d1c3dca8071732a66a26/tumblr_or8mihapDW1s5a4bko1_540.png)
14+
15+
Or, do the equivalent tasks on Eclipse's graphical git tool.
16+
17+
Go to net.sf.j2s.core directory, Clean Project, then export as a Deployable plug-ins and fragments.
18+
19+
![Eclipse Deployable](https://68.media.tumblr.com/c5714cadb166c7a887fbd00110e19afc/tumblr_or8mhqHsje1s5a4bko1_1280.png)
20+
21+
![Eclipse Optionsj](https://68.media.tumblr.com/0a7d77765983c11ca59b4739307359ee/tumblr_or8mhqHsje1s5a4bko2_1280.png)
22+
23+
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).

0 commit comments

Comments
 (0)