Skip to content

Automatically exported from code.google.com/p/willow-browser

License

Notifications You must be signed in to change notification settings

sohamparikh/willow-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

lilyshardlilyshard
lilyshard
and
lilyshard
Nov 3, 2013
95bfa13 · Nov 3, 2013

History

59 Commits
Nov 1, 2013
Dec 21, 2011
Nov 3, 2013
Nov 3, 2013
Oct 31, 2013
Nov 1, 2013
Oct 31, 2013

Repository files navigation

Willow - A web browser.

Author: John Smith
[email protected]


Build Pre-requisites
--------------------
JDK 1.8b113+


Build Instructions - Maven
--------------------------
run a maven build on the project root directory (contains a pom.xml file).
> mvn package

run the browser
> %JDK_HOME%\bin\java -jar target\willow-0.2-jar-with-dependencies.jar


Build Instructions - Windows Command Line
-----------------------------------------
If developing using a command line build =>
edit package.bat and set the environment variable JDK_HOME to the location of your JDK install, for example:
> set JDK_HOME=C:\Program Files (x86)\Java\jdk1.8.0

compile and package the application
> package.bat

run the browser
> "%JDK_HOME%\bin\java" -jar dist\willow.jar

About

Automatically exported from code.google.com/p/willow-browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published