Goddamn JSP - Goddamn JSP

Post Reply
Malcolm
Posts: 32040
Joined: Fri May 21, 2004 1:04 pm
Location: Minneapolis

Post 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.
Diogenes of Sinope: "It is not that I am mad, it is only that my head is different from yours."
Arnold Judas Rimmer, BSC, SSC: "Better dead than smeg."
TheCatt
Site Admin
Posts: 57665
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

JSP sux0rs.
It's not me, it's someone else.
Malcolm
Posts: 32040
Joined: Fri May 21, 2004 1:04 pm
Location: Minneapolis

Post by Malcolm »

Maybe. But for what they're offering to pay, I'd sledgehammer little children in their sleep.
Diogenes of Sinope: "It is not that I am mad, it is only that my head is different from yours."
Arnold Judas Rimmer, BSC, SSC: "Better dead than smeg."
Malcolm
Posts: 32040
Joined: Fri May 21, 2004 1:04 pm
Location: Minneapolis

Post 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?
Diogenes of Sinope: "It is not that I am mad, it is only that my head is different from yours."
Arnold Judas Rimmer, BSC, SSC: "Better dead than smeg."
Malcolm
Posts: 32040
Joined: Fri May 21, 2004 1:04 pm
Location: Minneapolis

Post 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?
Diogenes of Sinope: "It is not that I am mad, it is only that my head is different from yours."
Arnold Judas Rimmer, BSC, SSC: "Better dead than smeg."
GORDON
Site Admin
Posts: 56735
Joined: Sun Jun 06, 2004 10:43 pm
Location: DTManistan
Contact:

Post 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.
"Be bold, and mighty forces will come to your aid."
TheCatt
Site Admin
Posts: 57665
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post 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.
It's not me, it's someone else.
Malcolm
Posts: 32040
Joined: Fri May 21, 2004 1:04 pm
Location: Minneapolis

Post 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.
Diogenes of Sinope: "It is not that I am mad, it is only that my head is different from yours."
Arnold Judas Rimmer, BSC, SSC: "Better dead than smeg."
TheCatt
Site Admin
Posts: 57665
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

So how much are they paying?
It's not me, it's someone else.
DoctorChaos
Posts: 1579
Joined: Fri Oct 08, 2004 7:58 pm

Post 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
Wadda mean? Other people can read this?!
Paul
Posts: 8458
Joined: Fri May 21, 2004 5:02 pm
Location: KY
Contact:

Post 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.
Malcolm
Posts: 32040
Joined: Fri May 21, 2004 1:04 pm
Location: Minneapolis

Post 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.
Diogenes of Sinope: "It is not that I am mad, it is only that my head is different from yours."
Arnold Judas Rimmer, BSC, SSC: "Better dead than smeg."
GORDON
Site Admin
Posts: 56735
Joined: Sun Jun 06, 2004 10:43 pm
Location: DTManistan
Contact:

Post by GORDON »

There are 10 types of people in the world... those who understand binary, and those who don't.
"Be bold, and mighty forces will come to your aid."
Post Reply