(OpenJDK) Columba mail client crash
Hi,
When i try to start Columba mail client ( http://sourceforge.net/projects/columba/?source=directory )
#!/bin/bash ########################### ### CONFIGURATION START ### export JAVA_HOME=/boot/apps/Java_Apps/Columba/jre export PATH=$PATH:/boot/apps/Java_Apps/Columba/jre/bin export LIBRARY_PATH=/boot/apps/Java_Apps/Columba/jre/lib/i386/:$LIBRARY_PATH cd /boot/apps/Java_Apps/Columba java -jar columba.jar
I always get the same crash/error.
Output of bt is here:
Why? All others java apps runs fine.

Comments
Re: (OpenJDK) Columba mail client crash
What's the actual cause of the call to debugger()? It should be above the backtrace.
Re: (OpenJDK) Columba mail client crash
Hi Hamish,
Thank you!