Skip to content

SlideKB/SlideBar

Repository files navigation

SliderBar

The official Slide Bar Repo

lol this needs work

send me a pm with your email and I can add you to the slack channel

setup projects in eclipse

  1. recommend using eclipse (instructions are for eclipse)
  2. Clone or download SlideBar repo
  3. Open new project and select the repo as a directory (File -> Open Projects from File System)
  4. browse to the repo by clicking Directory...
  5. select to project to Import as a maven project
  6. repeat steps 1-4 with the SlideBar-API repo

Maven

  1. navigate to run configurations (Run -> Run configurations)
  2. Create a new Maven build by right clicking on maven build and selecting new
  • give it a unique name. example "mavenSlideBar".
  • base directory -> "${workspace_loc:/slidebar}".
  • goals -> "clean package -DskipTests"
  1. Apply
  2. setup the slidebar-API project
  3. Create a new Maven build by right clicking on maven build and selecting new
  • give it a unique name. example "mavenSlideBarAPI".
  • base directory -> "${workspace_loc:/slidebar-api}".
  • goals -> "clean compile install"
  1. apply and run
  2. after completetion, run the first maven build (example mavenSlideBar) created in step 1

Running

run "MainFront.java" as a java application after building the slidebar-api and the slidebar repo

or

run "UI.java" as a java application after building the slidebar-api and the slidebar repo