I want to get list of all packages that a Javafx application has.Is there function for doing this ?
Asked
Active
Viewed 119 times
1
-
Take a look at http://stackoverflow.com/questions/15720822/how-to-get-names-of-classes-inside-a-jar-file . From the fully qualified class names you should be able to get to the packages easily... – fabian May 31 '16 at 09:30
-
you want to know all the package name in a jar file? – Nicolas Filotto May 31 '16 at 10:01
-
@NicolasFilotto My JavaFX Program have alot of packages(folders) I want to get list of all packages automatically by code. – mohammadkad May 31 '16 at 10:28
-
your application is in a jar file or in a folder? – Nicolas Filotto May 31 '16 at 11:09
-
@NicolasFilotto My app is a simple JavaFX app,I want to get list of my app package at runtime for making dynamic tabpane. – mohammadkad May 31 '16 at 11:18