[Javaemailserver-user] Trying to install on Mac OS X/ Java 1.7 as non root.
Brought to you by:
edaugherty,
mfg8876
|
From: <jav...@li...> - 2013-05-11 04:40:05
|
Hi,
I am trying to hackup the jes.sh script to get it running as a non root
user on mac os 10. I understand it calls the wrapper which is a binary
program, why is this necessary if JES is written in Java?
Does JES attempt to use some native code for email, if so why?
Why not use something like the following to start it up?
java -jar jes.jar
Why require the root user (alternate ports can be configured right)?
Cheers,
Scott
|