archeaopteryx / CASnumber_lookup

Program to find chemical names from CAS numbers in an excel sheet
GNU General Public License v3.0
2 stars 1 forks source link

use standard folder structure #6

Closed Bunkerbewohner closed 2 years ago

Bunkerbewohner commented 2 years ago

Maven expects a certain standard structure, e.g. that the source is located in the folder src/main.

Using this default structure the JARs generated by mvn package can be executed as expected.

kalbplswutrudoin commented 2 years ago

Thanks for your help with maven to get this compiling properly so I can run it. It is much appreciated! Now it's running I have given it an excel file set up as mentioned in the readme (two sheets, in column a, first 50 rows are the string "none") SheetSetup But then when I actually run the program I get this error: Error

Have I got my sheet set up incorrectly? If so would you be able to give an example of how it should be set up? Also what is the "update database location" button for? Thank you for your time and patience!

Bunkerbewohner commented 2 years ago

@kalbplswutrudoin No, your sheet wasn't set up correctly. No wonder since the README was a bit sparse! I updated this PR with a more thorough README and two example files. I hope it helps!

archeaopteryx commented 2 years ago

Sorry, I was indeed on vacation and afk. Thank you so much @Bunkerbewohner for the support and PRs!