You are not logged in.

#1 2006-11-22 11:53:32

ravisghosh
Member
From: Intergalactic Spaces
Registered: 2006-10-12
Posts: 516
Website

memoranda/ejourn

Hi friends,

there is no diary/journal program as i have mentioned in my earlier posts. Could anyone please build memoranda which is coming under heavy development now and also one app which is there in aur, ejourn, is also orphan. I've tried to build memoranda and ejourn from source but i'm unable to do so.

Offline

#2 2006-11-22 22:16:35

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: memoranda/ejourn

I just tried ejourn from AUR, it works without any problems on my end. For memoranda, just download the bin file from the server, extract it and run memoranda.sh. Nothing to it.

Offline

#3 2006-11-23 19:08:36

ravisghosh
Member
From: Intergalactic Spaces
Registered: 2006-10-12
Posts: 516
Website

Re: memoranda/ejourn

I downloaded memoranda1.0-rc3-20060703.zip memoranda from SF.net, unpacked that, and then I got this..

[shantanu@bluehead memoranda1.0-rc3-20060703]$ ./memoranda.sh
bash: ./memoranda.sh: Permission denied
[shantanu@bluehead memoranda1.0-rc3-20060703]$ sudo ./memoranda.sh
sudo: ./memoranda.sh: command not found

any comments why I'm getting this.

Offline

#4 2006-11-23 19:14:30

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: memoranda/ejourn

give it executable permission:
$ chmod 755 memoranda.sh
$ ./memoranda.sh

Offline

#5 2006-11-23 19:14:58

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: memoranda/ejourn

You should chmod +x it.

Offline

#6 2006-11-23 20:49:02

ravisghosh
Member
From: Intergalactic Spaces
Registered: 2006-10-12
Posts: 516
Website

Re: memoranda/ejourn

I got this:

[shantanu@bluehead memoranda]$ chmod 755 memoranda.sh 
[shantanu@bluehead memoranda]$ ./memoranda.sh
./memoranda.sh: line 8: /home/shantanu/test/memoranda/lib/kde/systray4jd: No suc                                                               h file or directory
./memoranda.sh: line 8: exec: /home/shantanu/test/memoranda/lib/kde/systray4jd:                                                                cannot execute: No such file or directory
Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/memoranda/Start

Offline

#7 2006-11-23 21:16:28

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: memoranda/ejourn

edit memoranda.sh and comment the first exec line. And make sure you have java installed (pacman -S j2re)

Offline

#8 2006-11-25 04:03:42

ravisghosh
Member
From: Intergalactic Spaces
Registered: 2006-10-12
Posts: 516
Website

Re: memoranda/ejourn

I do have j2re installed, but getting the same java error still.

Offline

#9 2006-11-25 04:09:42

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: memoranda/ejourn

do "cat memoranda.sh" and post the output here.

Offline

#10 2006-11-25 04:27:23

ravisghosh
Member
From: Intergalactic Spaces
Registered: 2006-10-12
Posts: 516
Website

Re: memoranda/ejourn

Here is the output. I have commented the exec line as mentioned above.

[shantanu@bluehead memoranda]$ cat memoranda.sh
#!/bin/sh

#Comment this line if you don't want the systray4j daemon to start
#together with Memoranda, e.g.
# a) You don't use KDE
# b) You've installed Systray4J as a shared library
# c) Systray4J daemon starts on your runlevel (or manually).
#exec ./lib/kde/systray4jd&

LCP="./build/memoranda.jar:./lib/xom-1.0.jar:./lib/xercesImpl.jar:./lib/xmlParserAPIs.jar:./lib/nekohtml.jar:./lib/nekohtmlXni.jar:./lib/kunststoff.jar:./lib/systray4j.jar"

java -cp ${LCP} net.sf.memoranda.Start $1
[shantanu@bluehead memoranda]$

Offline

Board footer

Powered by FluxBB