Bugs item #817104, was opened at 2003-10-03 05:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=817104&group_id=44253
Category: Interactions
Group: Would be nice if fixed ...
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: re: import of the java files into interactions
Initial Comment:
I was mistaken in saying importing .java files. What i
meant was when imorting the class. When others are
able to enter:
> import lab5.Lamp;
>Lamp lamp = new Lamp(argument);
>lamp.wattagee()
- they get correct results....but unfortunately for
me and others this has to be entered.
>import lab5.Lamp;
>lab5.Lamp lamp = new lab5.Lamp(arg);
>lamp.wattage()
-only then do we not get an error. Why is this the
case for some and not others. All Classpaths are
preset by the SysOP so I don't think the classpaths
would be different. Does anyone have ideas??? Please!?
kme...@cs...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=817104&group_id=44253
|