• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

problem in attached file .

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Help me out in solving 1 error in my code:

/* please run this code and try to sort out the error.*/











 
Marshal
Posts: 80938
520
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should always use the code button, and that vague thread titles get no attention. I shall edit your code with code tags and you can see how much better it looks.

Please tell us what the error is. You can't expect us to know which error you mean (I have found about 5 errors just looking through the code and I don't think any of them is what you mean).
 
Rishabh Rathi
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in the actionperformed of button3 i want to call zip function but the way i declare it,is giving some error which i am not able to solve..

Along with this,i want my code to zip folder taking path from field1 and zip and save in the path from field2.

please help me in solving this problem its urgent ..

 
reply
    Bookmark Topic Watch Topic
  • New Topic