The Artima Developer Community
Sponsored Link

Java Answers Forum
One of Bruce Eckel's examples

1 reply on 1 page. Most recent reply: Oct 15, 2003 11:11 PM by sindu

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Joi Eilers

Posts: 1
Nickname: jleilers
Registered: Oct, 2003

One of Bruce Eckel's examples Posted: Oct 15, 2003 4:31 PM
Reply to this message Reply
Advertisement
I'm trying to run one of Bruce Eckel's programs. This program is from chapter 8. It's the GreenhouseController.java program. I'm getting an errors when I try to run this program. Here is one of the errors I'm receiving:
GreenhouseController.java:11: cannot resolve symbol
symbol : class GreenhouseControls
location: class controller.GreenhouseController
(carrot located under GreenhouseControls)
GreenhouseControls gc = new GreenhouseControls();

This error appears twice. What does this mean? Please help anyone...

Joi
jletp@cox.net


sindu

Posts: 15
Nickname: sindu
Registered: Sep, 2003

Re: One of Bruce Eckel's examples Posted: Oct 15, 2003 11:11 PM
Reply to this message Reply
Post the code. May be bcos GreenhouseControls class is not defined.

Flat View: This topic has 1 reply on 1 page
Topic: double without the exponent Previous Topic   Next Topic Topic: Help me for my program regarding with File listing, checking and copying

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use