after updated to 12.2.1 can't run my .jar application for work

I had MacBook Air 2019 intel based model, before updated to 12.2.1 everything normal, my .jar working perfectly, after yesterday updated to 12.2.1 all my .jar apps didn't working anymore , I tried update my jre or idk to new version or even downgrade it but nothing work :(

MacBook Air 13″, macOS 12.2

Posted on Feb 20, 2022 8:48 PM

Reply
6 replies

Feb 21, 2022 7:17 AM in response to fredy_y

You may want to try the following steps to ensure that the jar file is still executable:


1) Navigate to folder containing your jar executable

2) Launch the terminal application

3) Enter "cd " (with the space but without the quotes) and drag the folder to terminal window

4) Enter "pwd" to verify that the folder is correct and enter "ls -l" to list the directory contents

5) Make the jar file executable by entering "sudo chmod +x filename.jar" (where filename is the jar file name; you'll need admin credentials to use sudo)

6) Enter "logout"

7) Quit terminal


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

after updated to 12.2.1 can't run my .jar application for work

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.