- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
"Syntax error on tokens, ClassHeader expected instead" with latest eclipse nightly
Fri, 2010-01-08, 14:01
Here's the entire scala file(in fact, it's the entire program so far...)
package org.thecoda.finance
object Main { def main(args : Array[String]) : Unit = {} }
And that error is occuring on line 1 (the package specifier)I also get syntax errors against `String` and `:`I'm running eclipse 3.5.1 against java 1.6.0_17 on OSX snow leopard
Any ideas?
--
Kevin Wright
mail/google talk: kev.lee.wright@googlemail.com
wave: kev.lee.wright@googlewave.com
skype: kev.lee.wright
twitter: @thecoda
package org.thecoda.finance
object Main { def main(args : Array[String]) : Unit = {} }
And that error is occuring on line 1 (the package specifier)I also get syntax errors against `String` and `:`I'm running eclipse 3.5.1 against java 1.6.0_17 on OSX snow leopard
Any ideas?
--
Kevin Wright
mail/google talk: kev.lee.wright@googlemail.com
wave: kev.lee.wright@googlewave.com
skype: kev.lee.wright
twitter: @thecoda
Fri, 2010-01-08, 14:27
#2
Re: "Syntax error on tokens, ClassHeader expected instead" wit
looks like JDT aspect weaving, but it refuses to enable for some reasonDoes anyone know of this as an issue with OSX? I'm sure I read about something similar a while back...
2010/1/8 Miles Sabin <miles@milessabin.com>
--
Kevin Wright
mail/google talk: kev.lee.wright@googlemail.com
wave: kev.lee.wright@googlewave.com
skype: kev.lee.wright
twitter: @thecoda
2010/1/8 Miles Sabin <miles@milessabin.com>
On Fri, Jan 8, 2010 at 1:01 PM, Kevin Wright
<kev.lee.wright@googlemail.com> wrote:
> Here's the entire scala file
> (in fact, it's the entire program so far...)
>
> package org.thecoda.finance
> object Main {
> def main(args : Array[String]) : Unit = {}
> }
>
> And that error is occuring on line 1 (the package specifier)
> I also get syntax errors against `String` and `:`
> I'm running eclipse 3.5.1 against java 1.6.0_17 on OSX snow leopard
> Any ideas?
That's an error from the Java compiler (I expect you can see "Java
Problem" next to it in the Problems View, so it looks like your
installation is messed up somehow.
Cheers,
Miles
--
Miles Sabin
tel: +44 (0)7813 944 528
skype: milessabin
http://www.chuusai.com/
http://twitter.com/milessabin
--
Kevin Wright
mail/google talk: kev.lee.wright@googlemail.com
wave: kev.lee.wright@googlewave.com
skype: kev.lee.wright
twitter: @thecoda
Fri, 2010-01-08, 14:37
#3
Re: "Syntax error on tokens, ClassHeader expected instead" wit
curiouser and curiouser
I followed the instructions here:http://wiki.eclipse.org/JDT_weaving_features
according to the plug-in registry view, weaving is enabled the bundles.info file says the same thing
but the UI under preferences continues to tell me that weaving is DISABLED
Got some serious head-scratching now taking place
2010/1/8 Kevin Wright <kev.lee.wright@googlemail.com>
--
Kevin Wright
mail/google talk: kev.lee.wright@googlemail.com
wave: kev.lee.wright@googlewave.com
skype: kev.lee.wright
twitter: @thecoda
I followed the instructions here:http://wiki.eclipse.org/JDT_weaving_features
according to the plug-in registry view, weaving is enabled the bundles.info file says the same thing
but the UI under preferences continues to tell me that weaving is DISABLED
Got some serious head-scratching now taking place
2010/1/8 Kevin Wright <kev.lee.wright@googlemail.com>
looks like JDT aspect weaving, but it refuses to enable for some reasonDoes anyone know of this as an issue with OSX? I'm sure I read about something similar a while back...
2010/1/8 Miles Sabin <miles@milessabin.com>On Fri, Jan 8, 2010 at 1:01 PM, Kevin Wright
<kev.lee.wright@googlemail.com> wrote:
> Here's the entire scala file
> (in fact, it's the entire program so far...)
>
> package org.thecoda.finance
> object Main {
> def main(args : Array[String]) : Unit = {}
> }
>
> And that error is occuring on line 1 (the package specifier)
> I also get syntax errors against `String` and `:`
> I'm running eclipse 3.5.1 against java 1.6.0_17 on OSX snow leopard
> Any ideas?
That's an error from the Java compiler (I expect you can see "Java
Problem" next to it in the Problems View, so it looks like your
installation is messed up somehow.
Cheers,
Miles
--
Miles Sabin
tel: +44 (0)7813 944 528
skype: milessabin
http://www.chuusai.com/
http://twitter.com/milessabin
--
Kevin Wright
mail/google talk: kev.lee.wright@googlemail.com
wave: kev.lee.wright@googlewave.com
skype: kev.lee.wright
twitter: @thecoda
--
Kevin Wright
mail/google talk: kev.lee.wright@googlemail.com
wave: kev.lee.wright@googlewave.com
skype: kev.lee.wright
twitter: @thecoda
On Fri, Jan 8, 2010 at 1:01 PM, Kevin Wright
wrote:
> Here's the entire scala file
> (in fact, it's the entire program so far...)
>
> package org.thecoda.finance
> object Main {
> def main(args : Array[String]) : Unit = {}
> }
>
> And that error is occuring on line 1 (the package specifier)
> I also get syntax errors against `String` and `:`
> I'm running eclipse 3.5.1 against java 1.6.0_17 on OSX snow leopard
> Any ideas?
That's an error from the Java compiler (I expect you can see "Java
Problem" next to it in the Problems View, so it looks like your
installation is messed up somehow.
Cheers,
Miles