5 Replies - 1010 Views - Last Post: 25 September 2007 - 01:55 AM Rate Topic: -----

#1 v_ramya87   User is offline

  • New D.I.C Head

Reputation: -1
  • View blog
  • Posts: 7
  • Joined: 21-September 07

Compiler errors while compiling in Eclipse

Posted 24 September 2007 - 10:50 PM

Hi,
i tried compiling this program in ecllipse to generate a IDE screen... but i am getting errors like

listproperty cannot be resolved to a type ide prj.java line 1060 1190698722939 91


labelprop cannot be resolved ide prj.java line 1138 1190698722939 96

and so on foe textfieldproperty, textareaproperty,radiobuttonproperty etc...

Can anyone suggest how to correct these errors...

MOD EDIT: modified title ~ jayman9

This post has been edited by jayman9: 25 September 2007 - 12:29 AM


Is This A Good Question/Topic? 0
  • +

Replies To: Compiler errors while compiling in Eclipse

#2 v_ramya87   User is offline

  • New D.I.C Head

Reputation: -1
  • View blog
  • Posts: 7
  • Joined: 21-September 07

Re: Compiler errors while compiling in Eclipse

Posted 24 September 2007 - 11:02 PM

hi, friends...
i ll attach the code for the previous mail...
kindly, plz do reply me

Attached File(s)

  • Attached File  code.txt (66.3K)
    Number of downloads: 129

Was This Post Helpful? 0
  • +
  • -

#3 UltraFlynn   User is offline

  • D.I.C Head
  • member icon

Reputation: 2
  • View blog
  • Posts: 136
  • Joined: 03-August 07

Re: Compiler errors while compiling in Eclipse

Posted 25 September 2007 - 12:00 AM

You need to show us the code you are trying to compile and also describe the environment in which you're trying to compile it.

This post has been edited by Flynn: 25 September 2007 - 12:12 AM

Was This Post Helpful? 0
  • +
  • -

#4 UltraFlynn   User is offline

  • D.I.C Head
  • member icon

Reputation: 2
  • View blog
  • Posts: 136
  • Joined: 03-August 07

Re: Compiler errors while compiling in Eclipse

Posted 25 September 2007 - 12:14 AM

I really should read the other posts in the section shouldn't I. :)

Thanks for the code. My goodness there's alot of it.

Before I compile it, can you describe exactly what the issue is?
Was This Post Helpful? 0
  • +
  • -

#5 Jayman   User is offline

  • Student of Life
  • member icon

Reputation: 423
  • View blog
  • Posts: 9,532
  • Joined: 26-December 05

Re: Compiler errors while compiling in Eclipse

Posted 25 September 2007 - 12:28 AM

Topics merged...Please do not create duplicate topics.
Was This Post Helpful? 0
  • +
  • -

#6 1lacca   User is offline

  • code.rascal
  • member icon

Reputation: 44
  • View blog
  • Posts: 3,822
  • Joined: 11-August 05

Re: Compiler errors while compiling in Eclipse

Posted 25 September 2007 - 01:55 AM

What is a textfieldproperty? Did you write a class called "textfieldproperty"? If yes, then you have to import it or put it onto the classpath.
If you are using a library that has a class called textfieldproperty, you have to import it as well.
Java is case sensitive, so are oyu sure it's written textfieldproperty?
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1