Hello,
I have a MACBook Pro with Tahoe.
Both my MacBook and my NAS are on the same LAN, this LAN is isolated (no connection to the Internet, (for security)
I have developed a Java application to access all my Databases on the NAS
This used to work fine up to the Sonoma version. But fails since Sequoia.
To connect to my NAS , the Java program issues the mount smb command like the following :
SMB //user:password@192.168.1.21/SharedFolder ./LocalFolder
where 192.168.1.21 is the NAS IP address.
I have created an icon to start my java application from a BASH script, This always fails (but used to work).
Now if I open a Terminal session, and type "BASH script_name" it works fine.
That 's too much complicated for all users, so I want to make them click on the icon (like before).
I do guess there is a authorization needed for Java (because the NAS is local) , but I cannot solve my problem. I already spent days to try with no success.
Is there a way to do what I want?
Many thanks
I have a MACBook Pro with Tahoe.
Both my MacBook and my NAS are on the same LAN, this LAN is isolated (no connection to the Internet, (for security)
I have developed a Java application to access all my Databases on the NAS
This used to work fine up to the Sonoma version. But fails since Sequoia.
To connect to my NAS , the Java program issues the mount smb command like the following :
SMB //user:password@192.168.1.21/SharedFolder ./LocalFolder
where 192.168.1.21 is the NAS IP address.
I have created an icon to start my java application from a BASH script, This always fails (but used to work).
Now if I open a Terminal session, and type "BASH script_name" it works fine.
That 's too much complicated for all users, so I want to make them click on the icon (like before).
I do guess there is a authorization needed for Java (because the NAS is local) , but I cannot solve my problem. I already spent days to try with no success.
Is there a way to do what I want?
Many thanks