Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] DateChooserCombo.setFormatter always throws NoSuchMethodException

Ok great, I got it working! You are right, the problem was that I had the older libraries on my target platform, but added the snapshot libraries to my project classpath as if it was a normal java project and not a plugin project.

 

Regards,
Henno Vermeulen

Huize Molenaar

 

Van: nebula-dev-bounces@xxxxxxxxxxx [mailto:nebula-dev-bounces@xxxxxxxxxxx] Namens Wim Jongman
Verzonden: dinsdag 29 maart 2011 17:14
Aan: Nebula Dev
Onderwerp: Re: [nebula-dev] DateChooserCombo.setFormatter always throws NoSuchMethodException

 

Hi Henno,

 

The code runs fine when I try it. I think you run with a different versions of some code in your production environment. See my reply on the bug.

 

here is what i did.

 

Regards,

 

Wim Jongman

Remain BV

P: +31 30 600 50 10  M:+31 62 237 12 97 F:  +31 30 600 50 19 Skype: wim.jongman

 

 

 

 

On Tue, Mar 29, 2011 at 3:38 PM, Henno Vermeulen <henno@xxxxxxxxxxxxxxxx> wrote:

It seems that the datechooser jar is somehow compiled to something else than the formattedtext jar because I always get a NoSuchMethodException when I call DateChooserCombo.setFormatter, even though my code compiles fine. Can someone check my bug report https://bugs.eclipse.org/bugs/show_bug.cgi?id=339387?

 

I added a small snippet which shows the exception.

 

Regards,

Henno Vermeulen

Huize Molenaar


_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/nebula-dev

 


Back to the top