-
Notifications
You must be signed in to change notification settings - Fork 0
Automatically exported from code.google.com/p/willow-browser
License
sohamparikh/willow-browser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published