This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes I have a program that was working but isn't doing so now... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "I have a program that was working but isn Watch "I have a program that was working but isn New topic
Author

I have a program that was working but isn't doing so now...

Luke Forga
Greenhorn

Joined: Jul 17, 2005
Posts: 11
would someone be so kind as to take a look at it and tell me what I have done to it. The code, shown below, are two classes.

------------------------------------------------------------------

--------------------------------------------------------------------
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------------------------------------------------------------

----------------------------------------------------------------------
Stefan Wagner
Ranch Hand

Joined: Jun 02, 2003
Posts: 1923

If you please could explain what's not working?
Doesn't compile, throw exception, wrong result, no result, ...?


http://home.arcor.de/hirnstrom/bewerbung
Layne Lund
Ranch Hand

Joined: Dec 06, 2001
Posts: 3061
I agree. We need some more information. What exactly isn't working? Does the above code compile? If not, what errors do you get? If it compiles, what happens when it runs and how does it differ from what you expect? Is there a run-time error (i.e. an exception)? If so what message does it give?

Without this additional information, we can only guess at the intent of this code. Please provide more details so that we can answer your question. You should also take a look at some suggestions we have about How To Ask a Question at Java Ranch.

Once you fill in these details, we will be more than happy to help.

Keep Coding!

Layne


Java API Documentation
The Java Tutorial
Luke Forga
Greenhorn

Joined: Jul 17, 2005
Posts: 11
Understandable. Sorry about any confusion; however, I corrected the problem(s) and it is now working. Thanks again.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: I have a program that was working but isn't doing so now...
 
Similar Threads
storing user defined variables in an array
Rectangle Class Assignment-need help
compile error
quick beginners question
Plese help! I am very confuse