Results 1 to 1 of 1
I want to get this http://freshmeat.net/projects/cdkeeper/ up and running.
So I downloaded it and unpacked it. Now have a CDKeeper directory with these files
CHANGES
COPYING
edu (directory)
list
Makefile
...
- 05-03-2005 #1Linux Newbie
- Join Date
- Apr 2005
- Posts
- 113
need bit of help installing CDKeeper
I want to get this http://freshmeat.net/projects/cdkeeper/ up and running.
So I downloaded it and unpacked it. Now have a CDKeeper directory with these files
CHANGES
COPYING
edu (directory)
list
Makefile
README
runCDKeeper.sh
Readme says this
runCDKeeper.sh has this in itCode:CDKeeper README CDKeeper is a CD Collection organizer, it helps you maintain a CD Collection by keeping track of your CDs and the files on those CD. You can search the entire collection at any time, and find out what CD the file you are looking for is on. The included Makefile and runCDKeeper.sh shell script are customized to my machine, but it should be easy enough for you to edit these to reflect the layout of your machine. I've simply specified the location of my java compiler and java virtual machine, as well as set my classpath to include the JDK1.3 libs. Oh yeah, and CDKeeper is under the GPL, take that proprietary software! Cheers, Chris TenHarmsel ctenha56@calvin.edu
and I changed it to thisCode:#! /bin/bash /usr/jdk1.3.0_02/bin/java -cp ./:/usr/jdk1.3.0_02/lib edu/calvin/ctenha56/CDKeeper/CDKeeper
I go into a terminal and become root and try this ./runCDKeeper and get this error:Code:#! /bin/bash /usr/java/j2re1.4.2_08/bin/java -cp ./:/usr/java/j2re1.4.2_08/lib edu/calvin/ctenha56/CDKeeper/CDKeeper
When I try ./makefile I get this error:Code:Exception in thread "main" java.lang.NoClassDefFoundError: edu/calvin/ctenha56/CDKeeper/CDKeeper
Code:./Makefile: line 1: classpath: command not found ./Makefile: line 2: javapath: command not found ./Makefile: line 4: CDKeeper:: command not found ./Makefile: line 5: /javac: No such file or directory ./Makefile: line 7: CDKeeperGUIMethods.class:: command not found ./Makefile: line 8: /javac: No such file or directory ./Makefile: line 10: CDKeeperGUI.class:: command not found ./Makefile: line 11: /javac: No such file or directory ./Makefile: line 13: CDCollection.class:: command not found ./Makefile: line 14: /javac: No such file or directory ./Makefile: line 16: CDNode.class:: command not found ./Makefile: line 17: /javac: No such file or directory ./Makefile: line 19: CDResultElement.class:: command not found ./Makefile: line 20: /javac: No such file or directory ./Makefile: line 22: clean:: command not found
Not a hugely important program that I desperately need but would be nice and a good learning experience.
Thanks
You dont need a pocket protector or thick glasses to be a geek.


Reply With Quote
