When I run my app i get the below message, but my application doesn't show. Why is that?
When I run my app i get the below message, but my application doesn't show. Why is that?
ant -f "C:\\NetBeans Project\\Capestra" -Dnb.internal.action.name=rebuild clean jar
init:
deps-clean:
Updating property file: C:\NetBeans Project\Capestra\build\built-clean.properties
Deleting directory C:\NetBeans Project\Capestra\build
clean:
init:
deps-jar:
Created dir: C:\NetBeans Project\Capestra\build
Updating property file: C:\NetBeans Project\Capestra\build\built-jar.properties
Created dir: C:\NetBeans Project\Capestra\build\classes
Created dir: C:\NetBeans Project\Capestra\build\empty
Created dir: C:\NetBeans Project\Capestra\build\generated-sources\ap-source-output
Compiling 32 source files to C:\NetBeans Project\Capestra\build\classes
Copying 6 files to C:\NetBeans Project\Capestra\build\classes
compile:
Copying 1 file to C:\NetBeans Project\Capestra\build
Nothing to copy.
Building jar: C:\NetBeans Project\Capestra\dist\Capestra.jar
To run this application from the command line without Ant, try:
java -jar "C:\NetBeans Project\Capestra\dist\Capestra.jar"
jar:
BUILD SUCCESSFUL (total time: 1 second)
Step by step
Solved in 3 steps