• 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

rmic ( problem compiling!!!)

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello friends,
I have problems in my meagre effort to create a chat application.I have my files in c:\chat. They didnt bother me while compiling. Now i try to use rmic with the Server program(ie; indirectly implementing Remote ) and it says
unable to write class: X_stub.class
unable to write class: X_skel.class
where X is the name of my classfile
I compile under c:> by saying
rmic chat.MainClient and this is what gives the error.
i'am working under Windows98.
I dont know how to proceed.Can anybody please help???
Thanks a lot in advance.
Seema Kamath
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by seema kamath:
Hello friends,
I have problems in my meagre effort to create a chat application.I have my files in c:\chat. They didnt bother me while compiling. Now i try to use rmic with the Server program(ie; indirectly implementing Remote ) and it says
unable to write class: X_stub.class
unable to write class: X_skel.class
where X is the name of my classfile
I compile under c:> by saying
rmic chat.MainClient and this is what gives the error.
i'am working under Windows98.
I dont know how to proceed.Can anybody please help???
Thanks a lot in advance.
Seema Kamath


 
asad ali
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try using -d option of rmic.
 
seema kamath
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks asad,
it is working now.
seema kamath
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic