• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error in compiling code in eclipse

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am getting below mentioned errors:-

<identifier> expected
[javac] private static Map<String, Category> codeMap = null;
illegal start of expression

[javac] }else if (request.getParameter("SELECT").equalsIgnoreCase(

for (String business : busFuncList) {
illegal character: \64
[javac] @SuppressWarnings("unchecked")
@SuppressWarnings("unchecked")
[javac] ^


Any idea why I am getting this error though my eclipse is using JRE1.5.
This is defintely a well compile code as I downloaded the code from code repository.
Somehow when I am building the code using galelio eclipse (eclipse-jee-galileo-sr2-win32) I am getting above error.

regards,
Vandana
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you post the source code? Please don't forget to UseCodeTags
 
Curse your sudden but inevitable betrayal! And this tiny ad too!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic