Search found 21 matches

by agnul
Thu Jan 26, 2006 8:56 am
Forum: Java
Topic: javac won't compile class files in same directory - Solution
Replies: 9
Views: 2554

Quicktime (and other apps I believe) set the environment variable CLASSPATH to point somewhere in their install folder, forgetting (or ignoring) you should always include the current dir (.) in the CLASSPATH. So when you try to run your classes the java interpreter goes looking for them in whatever ...
by agnul
Wed Dec 01, 2004 3:41 pm
Forum: General
Topic: Slightly OT:Monospaced Fonts
Replies: 22
Views: 2200

Maybe you're using Luxi Mono ? Used to be the default monospaced font before Bitstream Vera.
by agnul
Tue Oct 19, 2004 8:20 am
Forum: General
Topic: Slightly OT:Monospaced Fonts
Replies: 22
Views: 2200

A long time ago I went looking for the Grand Unified Font (TM) too, and settled for Andale Mono, for lack of better alternatives. Your post made me look again, and stumble on this list. Hope it helps.
by agnul
Thu Jun 24, 2004 1:52 pm
Forum: General
Topic: FORUM PROGRAM glitch
Replies: 4
Views: 259

Same here using Firefox. It seems like if I login using www.textpad.com/forum instead of just textpad.com/forum I need to login twice. I'd guess its a cookie related thing, i.e. the session cookie is not sent along as soon as you are redirected to textpad.com/forum instead of www.textpad.com/forum ....
by agnul
Mon Mar 29, 2004 7:32 am
Forum: Java
Topic: java.lang.NoClassDefFoundError Please Help
Replies: 20
Views: 4204

Since java 1.1 everything works fine without an explicitly set CLASSPATH, if everything else is set up correctly. After the sdk installation you should (and I don't know why the installer script doesn't do that automagically) create an environment variable named JAVA_HOME pointing to the installatio...
by agnul
Tue Feb 10, 2004 9:49 am
Forum: General
Topic: type size in find/replace
Replies: 7
Views: 455

Did anyone get any news about this ? Recent versions keep using the system font for search and replace dialogs, which is quite hard to read for complex strings/REs. Is there any option to set in order to get a different font ?