Hi,
I happen to use Debian sid for development. Most of opentaps is developed this
way. :-)
Some tips:
At the end of the day, you want the following package on your system:
[EMAIL PROTECTED]:~$ apt-cache search sun-j2sdk
sun-j2sdk1.4 - Java(TM) 2 SDK, Standard Edition, Sun Microsystems(TM)
I built it using the java-package program. So install that first
and do: man make-jpkg
Use the Sun 1.4 SDK, otherwise you'll have problems. Download it from Sun and
run make-jpkg as the man page suggests, then install the resulting sun-j2sdk1.4
deb file.
You'll want to put this in your .bash_profile: export JAVA_HOME=/usr
My memory is a little hazy, feel free to correct these steps.
Other than this, I have virtually no issues running ofbiz on Debian, it's a fine
platform for development.
- Leon
Jacques Le Roux wrote:
Hi,
Please try Sun SDK (from 1.4)
Jacques
Hallo,
I've been trying to make friendship with opentaps half a day, but it doesn't
even likes to say a "hello" to me...
took opentaps 0.9.2 from sourceforge
using debian's free-java-sdk
after installing java-gcj-compat-dev I could do
./apt without errors
did a
java -jar ofbiz.jar -install
and then
./startofbiz.sh gives me
2006-09-25 16:57:15,871 (main) [ClassLoaderContainer.java:59 :INFO ]
CachedClassLoader created
Exception in thread "main" java.lang.NoClassDefFoundError:
org.objectweb.carol.jndi.registry.ManageableRegistry
at org.objectweb.carol.jndi.ns.JRMPRegistry.start(JRMPRegistry.java:68)
at
org.objectweb.carol.jndi.ns.NameServiceManager.startNonStartedNS(NameServiceManager.java:126)
at
org.objectweb.carol.util.configuration.CarolConfiguration.loadCarolConfiguration(CarolConfiguration.java:423)
at org.ofbiz.jotm.container.JotmContainer.startJotm(JotmContainer.java:85)
at org.ofbiz.jotm.container.JotmContainer.init(JotmContainer.java:61)
at
org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:150)
at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:74)
at org.ofbiz.base.start.Start.initStartLoaders(Start.java:257)
at org.ofbiz.base.start.Start.init(Start.java:96)
at org.ofbiz.base.start.Start.main(Start.java:412)
Thanks a lot,
Thomas Koch