| Author |
package com.borland.jbcl.layout doesn't exist
|
Ji Li
Greenhorn
Joined: May 30, 2004
Posts: 19
|
|
The compilar tells the above error message when compiling java program in JBUilder9.0. Where to find the package, and how to fix the program. Thanks a lot - li [ March 12, 2005: Message edited by: Ji Li ]
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
|
Because this is an IDE specific question, I'm moving it to the IDE's and other tools forum.
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
|
|
JBCL is no longer activated by default in JBuilder (and hasn't been since JBuilder 4 at least). For legacy support the relevant jarfile is still available though and can be added to your project (and even the toolbar). Look for it in the lib directory (there may even be a ready-made entry for it in the libraries selection screen already).
|
42
|
 |
Ji Li
Greenhorn
Joined: May 30, 2004
Posts: 19
|
|
The import lib was added to the project. The members of jbcl lib are all of 'class' extension, for example, XYLayout.class, not XYLayout.java. The compilar finds the lib that is imported in the program. The error is that - 'cannot resolve symbol calss XYLayout in package layout', although the member XYLayout.class does exist in the lib that was added to the project. Thanks a lot - li [ March 13, 2005: Message edited by: Ji Li ] [ March 13, 2005: Message edited by: Ji Li ]
|
 |
 |
|
|
subject: package com.borland.jbcl.layout doesn't exist
|
|
|