MSU-CS3250-DreamTeam / Database

MIT License
1 stars 5 forks source link

Jar to Exe #78

Open Alejandro-Rojas opened 3 years ago

Alejandro-Rojas commented 3 years ago

Host spring boot app on azure

Alejandro-Rojas commented 3 years ago

getting it to be hosted in azure will not work. We would need to transition the current web services you are using as in email host, webstite host, etc to azure web services or springboot which is not ideal right now. So instead I have been researching how to save our program as a executable file. An executable file will launch our program without having to launch the IDE kinda like if you were to launch intellij using just the logo from desktop.This will be ideal so instead of having to launch the whole IDE and hit run, we would just run the executable file and it will bring the gui only. So this bring me to here what logo do you guys want to use.

JonathanGrant92 commented 3 years ago

This should work

Seeing as JavaFX is not supported anymore, we can use Android Application to export our project to .apk. Then, we can run an emulator on our PC, like Android Studio, to install and run the application.

Other plausible options:

Official Oracle Deployment Documentation JDK Native Java Packager Other Options