• 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

Build doesn't update a class.

 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am so ignorant of Eclipse that I shouldn't even be allowed in this forum.. However since this is a not so perfect world, here I am,

I recently started using Eclipse.. Was able to successfully 'build' and create my own jar file.

I was 'build'ing away the jar file as and when I make changes in the constituent java files all fine... Suddenly today I make a change in a java file and then 'build'(ctrl B).

Says build successful, the .jar file shows the date and time modified correctly, however I see that the changes I made in the java file aren't taking effect when I use the jar...

I opened teh jar and looked at the class file date, it is what it should be. The class is not stale.

This is driving me nuts..

What step if any, am I missing???
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic