I want to build the project and need help
- From: <jungeun.woo@sun.com>
- To: users@twitterfx.kenai.com
- Subject: I want to build the project and need help
- Date: Wed, 21 Jan 2009 08:57:51 +0000 (GMT)
Hello,
I'm much interested in this nice project. I downloaded the source code
from the svn repository(revision 0.19) and created the project with
NetBeans.
At first, I got a error because of the missing jnlp.jar which is
required. I myself added jnlp.jar from JDK1.6.0_11 to the project and
problem resolved.
And then, I faced following compilation error:
-----------
C:\Documents and Settings\Jungeun\My
Documents\NetBeansProjects\Mytest\twitterfx\src\twitterfx\panels\Status
Panel.fx:164: cannot find symbol
symbol : variable super
location: class twitterfx.panels.StatusPanel
var b = super.create();
-----------
I found StatusPanel extends two classes(ScrollPanel, Group) and in this
case having problem using "super". I tested I can't use the keyword
"super" when I extends more than 1 class. It seems to me that "super"
works only classes who extends only 1 class. Dose this only happen to
me?
Finally here are my tool chains, which are downloaded from JavaFX.com:
- NetBeans 6.5 with JavaFX
- javafx_sdk-1_0_1-windows-i586.exe
Can you share your work environment?
|
I want to build the project and need help |
jungeun.woo | 01/21/2009 |
| Steven Herod | 01/21/2009 | |
| Jungeun Woo | 01/21/2009 | |
| Steven Herod | 01/21/2009 | |
| Jungeun.Woo | 01/22/2009 |





