he's asking to run that .jar in a browser.
Can you provide some more information on what "run in browser" means?
Applets are one example of java code that can run in a browser, but they are mostly gone now. The code needs to be specially to run.
I don't know of other java programs that "run in a browser".
Can you look inside the jar file to see what files it contains? Rename it to a .zip file and use a zip utility to extract its contents.
If you have the source code, get a java programmer to look at it to see what it does.