Connecting MPS with Mysql
Hi,
i just tried to make a connection with my mysql database through MPS.
Downloaded the jar file from Mysql site and imported into MPS project as like this tutorial ->
https://tomassetti.me/how-to-add-jars-and-resources-in-a-jetbrains-mps-project/
but still it is showing ClassNotFoundException for com.mysql.cj.jdbc.Driver
Please sign in to leave a comment.
Show your code please, post some screenshots
Added jar file into project Library:
Module Root Added:
SQL dependency added in main:
DB connection:
Console:
Thanks for your comment @Sergej Koščejev
I resolved that issue...