• 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

error in generating deploy RMIC code for remote interface

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI ,
I am getting these error while i am generating RMIC code for remote interfaces not for local in WSAD.can any help me in this regard.I am posted the errors below.

error: Invalid class file format in C:\Documents and Settings\kbasudeva\My Documents\IBM\wsad\workspace\NotificationBusiness\ejbModule\com\inc\vonc\login\Login.class. The major.minor version '48.0' is too recent for this tool to understand.
C:\Documents and Settings\kbasudeva\My Documents\IBM\wsad\workspace\NotificationBusiness\ejbModule\com\inc\vonc\login\EJSRemoteStatefulLogin_3522eb25.java:11: Interface com.inc.vonc.login.Login of class com.inc.vonc.login.EJSRemoteStatefulLogin_3522eb25 not found.
implements Login {
^
error: Invalid class file format in C:\Documents and Settings\kbasudeva\My Documents\IBM\wsad\workspace\NotificationBusiness\ejbModule\com\inc\vonc\login\LoginHome.class. The major.minor version '48.0' is too recent for this tool to understand.
C:\Documents and Settings\kbasudeva\My Documents\IBM\wsad\workspace\NotificationBusiness\ejbModule\com\inc\vonc\login\EJSRemoteStatefulLoginHome_3522eb25.java:11: Interface com.inc.vonc.login.LoginHome of class com.inc.vonc.login.EJSRemoteStatefulLoginHome_3522eb25 not found.
implements com.inc.vonc.login.LoginHome {
^
4 errors

RMIC Command returns RC = 1. The problems which stopped RMIC are displayed, and have also been recorded in the log file.
 
It wasn't my idea to go to some crazy nightclub in the middle of nowhere. I just wanted to stay home and cuddle with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic