• 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

Strange Problem? :confused:

 
Ranch Hand
Posts: 2378
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry to present a relatively simple but topic!
I tested javax.swing.JFormattedText class and and java.util.regex package. The problem is that when i compile them under JBuilder 5 my simple code works fine. But when i compile them under jdk1.4, i get compiler error telling that can't resolve JFormattedText class and also java.util.regex package.... but i imported them correctly as JBuilder is running it!
Is there any swing.jar file or like that....to be included in the classpath? Or something in JDK1.4 problematic?
reply
    Bookmark Topic Watch Topic
  • New Topic