https://github.com/jasonv/vendingmachine
A vending machine simulator
https://github.com/jasonv/vendingmachine
interview-questions java vending-machine
Last synced: 6 months ago
JSON representation
A vending machine simulator
- Host: GitHub
- URL: https://github.com/jasonv/vendingmachine
- Owner: jasonv
- Created: 2011-10-17T04:08:20.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-17T04:14:58.000Z (almost 14 years ago)
- Last Synced: 2025-03-29T12:05:14.017Z (6 months ago)
- Topics: interview-questions, java, vending-machine
- Language: Java
- Homepage:
- Size: 93.8 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Vending Machine Simulator
-------------------------Requirements:
- Java 1.6
- EclipseTo load the project into your workspace.
1) Open eclipse
2) File -> Import...
3) Expand General
4) Select "Existing Projects into Workspace"
5) For the "Select root directory:" select VendingMachine folder.
6) Click finish.To run test
1) Expand the VM project folder.
2) Right click the test folder.
3) Select Run As -> JUnit TestTo run applet
1) Expand the VendingMachine project folder.
2) Expand the src folder.
3) Expand down to com.jasonv.vendingmachine
4) Right click on VendingMachineApplet.java
5) Select Run As -> Java Applet