Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » NoSuchFieldError
NoSuchFieldError [message #197068] Thu, 01 March 2007 00:16 Go to next message
Mike ONeil is currently offline Mike ONeilFriend
Messages: 9
Registered: July 2009
Junior Member
This is a multi-part message in MIME format.

------=_NextPart_000_0017_01C75B6C.EC509C90
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello. I've recently moved over my project from Netbeans to Eclipse =
3.1. However, when I build my project I get this error: =20

ALERT: java/lang/NoSuchFieldError: No such field m_series_per_diff



Which makes no sense because the variable is clearly defined along with =
several other variables in the same file. Is this a common error or =
something I can fix with some setting adjustment I'm not aware of?
Thank you
Mike


------=_NextPart_000_0017_01C75B6C.EC509C90
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.3059" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Hello.&nbsp; I've recently moved over =
my project=20
from Netbeans to Eclipse 3.1.&nbsp; However, when I build my project I =
get this=20
error:&nbsp; </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<P><FONT face=3DArial size=3D2>ALERT: java/lang/NoSuchFieldError: No =
such field=20
m_series_per_diff</FONT></P>
<P><FONT face=3DArial size=3D2></FONT>&nbsp;</P><FONT face=3DArial =
size=3D2>Which makes=20
no sense because the variable is clearly defined along with several =
other=20
variables in the same file.&nbsp; Is this a common error or something I =
can fix=20
with some setting adjustment I'm not aware of?</FONT>
<DIV><FONT face=3DArial size=3D2>Thank you</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Mike</FONT></DIV>
<P><FONT face=3DArial size=3D2></FONT>&nbsp;</P></DIV></BODY></HTML>

------=_NextPart_000_0017_01C75B6C.EC509C90--
Re: NoSuchFieldError [message #197215 is a reply to message #197068] Thu, 01 March 2007 15:31 Go to previous messageGo to next message
Olivier Thomann is currently offline Olivier ThomannFriend
Messages: 518
Registered: July 2009
Senior Member
Mike ONeil a écrit :
> Hello. I've recently moved over my project from Netbeans to Eclipse
> 3.1. However, when I build my project I get this error:
> ALERT: java/lang/NoSuchFieldError: No such field m_series_per_diff
> Which makes no sense because the variable is clearly defined along with
> several other variables in the same file. Is this a common error or
> something I can fix with some setting adjustment I'm not aware of?
First of all, you should move to Eclipse 3.2.2.
Then you better give us a bit more details.
A test case with steps to reproduce would help us to give you some hints
to fix your problem.
--
Olivier
Re: NoSuchFieldError [message #197364 is a reply to message #197068] Thu, 01 March 2007 23:55 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

Mike ONeil wrote:
> Hello. I've recently moved over my project from Netbeans to Eclipse
> 3.1. However, when I build my project I get this error:
>
>
> ALERT: java/lang/NoSuchFieldError: No such field m_series_per_diff

How do you "build the project?" I ask because Eclipse uses an
incremental compiler that runs whenever a source file is saved. So there
is no "Build Project" feature.
Also, posting a sample of the problematic code would help.

Hope this helps,
Eric
Previous Topic:Debugger stops with FileNotFoundException
Next Topic:XHTML editor for Eclipse
Goto Forum:
  


Current Time: Tue Apr 23 14:47:02 GMT 2024

Powered by FUDForum. Page generated in 0.08044 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top