Page 1 of 1

Posted: Sat Jul 09, 2005 2:00 pm
by Malcolm
Got an interview Tuesday at 11am. I get to spend the weekend fucking around w\ JSP in an attempt to convince a CTO to give me a job. Let the good times roll.

Posted: Sat Jul 09, 2005 5:39 pm
by TheCatt
JSP sux0rs.

Posted: Sat Jul 09, 2005 6:28 pm
by Malcolm
Maybe. But for what they're offering to pay, I'd sledgehammer little children in their sleep.

Posted: Sat Jul 09, 2005 8:40 pm
by Malcolm
Jesus H. Lapdancing Christ.

Getting JSP to work on Winblows is like installing a fucking nuclear missile guidance system or something.

First chance I get, I'm a-cleanin' out my hard drive. I'm talking fdisk. Shit's running waaaaaaaaaaaaay to slow.

Anyone ever had problems w\ a complete reinstall of XP Home?

Posted: Sat Jul 09, 2005 10:23 pm
by Malcolm
Tomcat says it can't find the javac compiler. I'm pointing RIGHT FUCKING AT IT.

Anyone know what it's looking for?

Posted: Sat Jul 09, 2005 10:36 pm
by GORDON
Anyone ever had problems w\ a complete reinstall of XP Home?
I've done WinXP Pro more times than I can remember.

From what I can remember about the older Win versions, XP is the least tedious.

Posted: Sun Jul 10, 2005 9:31 am
by TheCatt
Dude, seriously... just dual boot to some linux shit. JSP on Windows, are you kidding? And on XP Home at that? Please tell me that their JSP doesnt run on Windows.

Dual boot.

Posted: Sun Jul 10, 2005 2:00 pm
by Malcolm
Dude, seriously... just dual boot to some linux shit. JSP on Windows, are you kidding? And on XP Home at that? Please tell me that their JSP doesnt run on Windows.

Dual boot.
I've come closer to getting JSP to run on Winblows than I have getting it to run on the fucked-up Linux machines at the U.

Posted: Sun Jul 10, 2005 4:14 pm
by TheCatt
So how much are they paying?

Posted: Mon Jul 11, 2005 7:31 am
by DoctorChaos
JSP on Windows, are you kidding?

I use Windows, Linux, and flavors of BSD. At work I use JSP's on Windows, no problem. I was using Tomcat 2.1 on Windows years ago, easy to set up. RTFM.

As for the javac compile not found, you have two options - Get the binary from the site (for God's sake if you're new to this do not use the nightly build) or set the JAVA_HOME to the java sdk installation directory. It's the parent directory of the bin directory where javac is located.

The SDK is different from the JRE.

I'm not being condescending I don't know what you know.

Hope this helps.

If you have some questions, my email is listed. or just message me.




Edited By DoctorChaos on 1121081674

Posted: Mon Jul 11, 2005 12:05 pm
by Paul
Anyone ever had problems w\ a complete reinstall of XP Home?
I've done it a bajillion times.

I've had no problems with XP Hom SP1 or SP2.
I do remember having problems with the pre SP1 version of XP Home. I just don't remember what the problems where.

Posted: Mon Jul 11, 2005 1:37 pm
by Malcolm
JSP on Windows, are you kidding?
I use Windows, Linux, and flavors of BSD. At work I use JSP's on Windows, no problem. I was using Tomcat 2.1 on Windows years ago, easy to set up. RTFM.

As for the javac compile not found, you have two options - Get the binary from the site (for God's sake if you're new to this do not use the nightly build) or set the JAVA_HOME to the java sdk installation directory. It's the parent directory of the bin directory where javac is located.

The SDK is different from the JRE.

I'm not being condescending I don't know what you know.

Hope this helps.

If you have some questions, my email is listed. or just message me.
I got the binary. Some dude from sitepoint said to set JAVA_HOME to the jdk1.5.0_04 dir. I shall certainly check everything out when I get back home, though.

Posted: Thu Jul 14, 2005 2:34 pm
by GORDON
There are 10 types of people in the world... those who understand binary, and those who don't.