Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resources Ordner #6

Open
krakowski opened this issue Jul 11, 2016 · 0 comments
Open

Resources Ordner #6

krakowski opened this issue Jul 11, 2016 · 0 comments
Assignees

Comments

@krakowski
Copy link
Contributor

Hey,

bei euch bestand das Problem, dass FXML-Dateien nach einem build nicht im build Verzeichnis
vorhanden waren und das Programm dann mit einer Exception abgebrochen hat.

im Ordner "main" innerhalb des Projektes kann man einen Ordner "resources" (er muss exakt
so heißen) erstellen, in den alle Dateien, die das Programm zum Starten benötigt, hineinkopiert
werden können. Gradle ist standarmäßig so konfiguriert, dass es diese Dateien dann mitkopiert.

Ist dann zum Beispiel eine Datei test.txt im resources Ordner vorhanden kann man diese im
Programm durch Klassenname.class.getResources("/test.txt") referenzieren.

Viele Grüße,
Filip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants