-
Java rocks when it works
Somebody gave me a file called eMail.class. So I chucked it in my WEB-INF folder (which is in my classpath, just in case), opened up JBuilder, and did a quick test:
Code:
package com.turtletips;
.
.
.
public class Utilities
{
private static void main(String[] args)
{
eMail m = new eMail();
System.out.println(m.getStatus());
}
}
And it gives me an error about not being able to find the class. Adding the line import eMail; doesn't help.
-
So i guess Java is not Rocking right now. :p :)
-
Thanks, Motoxp---I mean, Dilenger. :D :D
JBuilder sucks a big lollipop.
-
ooooo your so walking on thin Ice. :D And too think i stick up for you. :mad: :p
By the way i checked your site out. Very nice layout. And the content is pretty good too.
-
Now now, java always works, you should use the force, discover what you are doing wrong.
-
i have no pity for ne1 w/ IDE prob who isn't using NetBeans\Forte or if they have crap for a box... JCreator, otherwise its ur own stupidity causing ur frustration :p