-1

i am facing problem in java web service REST and the solution of the problem is to add this line:

,org.xml.sax.helpers,javax.xml.parsers;resolution:=optional,javax.naming;resolution:=optional

in META-INF/MANIFEST.MF. just like in this previous problem here: Glassfish error when producing JSON However i can't edit this file, is there any way to edit it? By the way i am using windows 10 so i can't use terminal.

Community
  • 1
  • 1
Montaser Qasem
  • 117
  • 2
  • 11

1 Answers1

2

Rename your jar file into .zip file. Open it with Windows Explorer. The paste into META-INF your new MANIFEST.MF file. And finally rename .zip back to .jar file.

athina
  • 94
  • 2