Mac os application is not running #19
Replies: 14 comments 2 replies
-
I would love the help. I built the initial application on IntelliJ, Sqlite3 would also need to be installed. Is there any specific errors that you are receiving? |
Beta Was this translation helpful? Give feedback.
-
Please refer to the image.
I am new to sqllite3 . So I need help with setup of the project with
sqllite3.
Thanks
…On Wed, Aug 9, 2023, 23:26 Greg ***@***.***> wrote:
I would love the help. I built the initial application on IntelliJ,
Sqlite3 would also need to be installed. Is there any specific errors that
you are receiving?
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARZU3GOCJHNSAAJF7MA22ELXUPFLRANCNFSM6AAAAAA3KK5EOM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
To install Sqlite3 download from https://www.sqlite.org/index.html. I didn't see an image come through if you could try to repost it |
Beta Was this translation helpful? Give feedback.
-
ok what to do after installing sqlite? |
Beta Was this translation helpful? Give feedback.
-
Are you using IntelliJ as an IDE |
Beta Was this translation helpful? Give feedback.
-
yes i am using intellij ide |
Beta Was this translation helpful? Give feedback.
-
this is the config file |
Beta Was this translation helpful? Give feedback.
-
its showing file not found exception. |
Beta Was this translation helpful? Give feedback.
-
It looks like it isn't finding the file in the data structure. I didn't think about slight changes in the file structure when it is installed on other systems. This is the first project I am making open source. If you're up to correcting this bug, changing how the program accesses files, to use the absolute path, it was something I started to think about. I saw a few ways to implement that on stack overflow. Once the files are found it should work |
Beta Was this translation helpful? Give feedback.
-
yes . i given the full path it worked. but now its showing error as connecting to database |
Beta Was this translation helpful? Give feedback.
-
in the DatabaseConnection class in the constructor, change the path in the String url |
Beta Was this translation helpful? Give feedback.
-
Did you get it to work? |
Beta Was this translation helpful? Give feedback.
-
Thanks its working perfectly |
Beta Was this translation helpful? Give feedback.
-
Hi is there anyone who can help me to run the application in my mac. I wanna contribute. If anyone is there to guide me through the project I would be very grateful. Thanks
Beta Was this translation helpful? Give feedback.
All reactions