Re: I want to build the project and need help
- From: Steven Herod <steven.herod@gmail.com>
- To: <jungeun.woo@sun.com>
- Cc: users@twitterfx.kenai.com
- Subject: Re: I want to build the project and need help
- Date: Wed, 21 Jan 2009 20:02:13 +1100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=MgQmVMpuJ0N9juFwLVnHOVnalR/r6t/3PTFTFeav6A9gxHqC9rbfI/g2DvP/cW214U Gbu3vWod0PisVGj771va8Be5zTu5u0RgghbyWmyH53sAFNTY6+Uf7JYxceaTVk7ad2JM pVVeXTa9K5dIRFuCEr0eCv2qrbGz4hep/cUoo=
I've committed my change, the code now compiles to the level of version 0.19 (as released)
I'll look into the jnlp.jar file that is missing.
On 21/01/2009, at 7:57 PM, <jungeun.woo@sun.com> wrote:
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?
| jungeun.woo | 01/21/2009 | |
|
Re: I want to build the project and need help |
Steven Herod | 01/21/2009 |
| Jungeun Woo | 01/21/2009 | |
| Steven Herod | 01/21/2009 | |
| Jungeun.Woo | 01/22/2009 |





