 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Stan Dominski Guest
|
Posted: Thu Jun 16, 2005 10:56 pm Post subject: Applet does not see the library |
|
|
Dear People,
I am trying to do my first applet in the Foundation JBuilder.
The IDE does not see the library I added.
See the error message below and the coding below that
thank you
Stan
I did a few things:
Tools
Configure Libraries
Under User Home I see "objectdraw.jar"
under the Required Libraries tab I see "objectdraw.jar"
I went to Project menu
Project Properties
Paths
Here I see ! { C:/ .....myprojectname / objectdraw.jar }
"MakeBox.java": package objectdraw does not exist at line 2, column 1
"MakeBox.java": cannot find symbol; symbol: class WindowController at line 4, column 30
------------------------------------------------
import objectdraw.*;
public class MakeBox extends WindowController
{
public void begin()
{
}
public void onMousePress(Location point)
{
Controller.getVersion();
new FilledRect(30,150,30,20,canvas);
}
}
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|