• 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

Regarding the java on AIX

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Iam done some prg in java which works on windows
environment( it retervies data from the data base and
after manipulating store in some other database)

it worked sucessfully but i want to make it work on
AIX then i got a runtime exception

Exception:--

Exception in thread "main"
java.lang.AbstractM ethodError: preparedstatement.addBatch
at
batch.db. FinrecRow. update(FinrecRow .java:381)
at
batch.BatchAssig n.processRules( BatchAssign. java:404)
at
batch.BatchAssig n.start(BatchAss ign.java: 796)
at
batch.BatchAssig n.main(BatchAssi gn.java:242)

------------ --------- --------- --

can any one help me regarding this issue

Thanks in advance,
Sridhar Rao
reply
    Bookmark Topic Watch Topic
  • New Topic