Édson
unread,Jun 6, 2008, 9:16:50 AM6/6/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scala-squib
I'm a Java developer migrating to Scala.
I'm trying compile and run SceneGraphSimple, but I get two error:
1 - SceneGraphSimple is already defined as object SceneGraphSimple;
2 - overloaded method value create with alternatives [T]
(Long,Float,Any,java.lang.String,T*)com.sun.scenario.animation.Clip
<and>
[T]
(Long,Float,com.sun.scenario.animation.Property[T],T*)com.sun.scenario.an
imation.Clip <and> [T]
(Long,Any,java.lang.String,T*)com.sun.scenario.animation.Clip <and>
[T]
(Long,com.sun.scenario.animation.Property[T],T*)com.sun.scenario.animati
on.Clip cannot be applied to
...
I'm using Java 6.0, Scala 2.7.1, Eclipse 3.3.1.1
Could you help me ?
Thanks a lot in advance.