Releases: HasanYahya101/Weather-App-Java
Releases · HasanYahya101/Weather-App-Java
Source and Compiled Jars
Note:
javafx.zip
should be extracted in the C:/
Drive of a Laptop/PC. Moreover, the Jar Files
zip works and demonstrates the working of the Application without Source Code, ie: .java
Files. While the Source Code
one, does it with .java
Files. For both of these go to .vscode/launch.json
and make sure that the vmArgs
points to the lib Folder (the one with javafx jar files) of the extracted javafx.zip
Folder. Additionally, go to config.properties
file and add the API Keys as stated in the main ReadMe of this Repository. Everything should work after these changes.