- This topic has 1 reply, 2 voices, and was last updated 3 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Integrated Application Platform
Integrated Application Platform › Forums › General › how to start jsuneido ?
hi everyone
hope you are in good health
i have two questions about jsuneido
1- can i use jsuneido with windows 32 bits ? or i must using windows 64 bits
2- How can i start jsuneido server ?
command line under cmd windows please
thank you in advance
Hsoumi Tahar
I’m not sure about jsuneido on 32 bit. In theory if you have a 32bit JVM then it should work but I haven’t tried it. Of course, 32 bit will limit the size of the database.
To run it you need to specify -s for the server and -c for the client:
java -jar jsuneido.jar -s
suneido -c
You can specify a script for the server e.g. to use additional libraries:
java -jar jsuneido.jar -s mystartup.txt
See also: Users Manual > Getting Started > Running Client Server