Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 427 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 427 Bytes

db4OOBasicDocker

this is just a test of db4Objects on a container with a test java application

How to run this in docker container

1- go to the "code" folder inside docker;
2- Type this command :
java -cp /code/codedb4o/db4o-7.2.44.10827-java1.2.jar:/code/codedb4o/build/classes/ codedb4o.Codedb4o

if you choose to change the project , you just have to change the directories on the command above

enjoy ! ;)