Results 1 to 6 of 6

Thread: Java rocks when it works

  1. #1

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935

    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.

  2. #2

  3. #3

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    Thanks, Motoxp---I mean, Dilenger.

    JBuilder sucks a big lollipop.

  4. #4
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    ooooo your so walking on thin Ice. And too think i stick up for you.


    By the way i checked your site out. Very nice layout. And the content is pretty good too.

  5. #5
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367
    Now now, java always works, you should use the force, discover what you are doing wrong.

  6. #6
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332
    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
    "There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein

    If you are programming in Java use www.NetBeans.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width