Search found 5 matches

by SandyThiemer
Sat Mar 05, 2011 11:00 am
Forum: Challenges Solved
Topic: CipherQuest A
Replies: 3
Views: 486

i used the website:

http://www.blisstonia.com/software/WebD ... /index.php

changing the B to a Space and then google for the original text :)
by SandyThiemer
Thu Dec 24, 2009 6:43 pm
Forum: Challenges
Topic: UpCount - recursive calamity
Replies: 18
Views: 26719

oh youre right! Thx! What a dumb failure :-D
by SandyThiemer
Thu Dec 24, 2009 10:50 am
Forum: Challenges
Topic: UpCount - recursive calamity
Replies: 18
Views: 26719

the classfile from the upcount.jave is in the same directory like java and so i just type in

java upcount.class

then the error appears
by SandyThiemer
Wed Dec 23, 2009 11:52 pm
Forum: Challenges
Topic: UpCount - recursive calamity
Replies: 18
Views: 26719

the simple commandline tool in the jdk named java
by SandyThiemer
Wed Dec 23, 2009 9:42 pm
Forum: Challenges
Topic: UpCount - recursive calamity
Replies: 18
Views: 26719

Hello, i have a problem with the upcount challenge. I installed jdk 1.6.0_17 and compiled the class file without any problems but when i run the classfile i got an exception: Exception in thread "main" java.lang.NoClassDefFoundError: upcount/class Could not find the main class: upcount.cla...