You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to make a new Project Using Gradle.The Project was successfully created but as I try to Execute the application by using gradle command, I get the error mentioned below. Since there is no Compilation as well as run commands being executed. Please check.
roger@roger-VPCEG2AEN:~/Desktop/VisageFX AIOUG/Sangam2012-VisageFX$ cd HotelReservation/
roger@roger-VPCEG2AEN:~/Desktop/VisageFX AIOUG/Sangam2012-VisageFX/HotelReservation$ gradle
:compileJava UP-TO-DATE
:compileVisage
visagec: invalid flag: AIOUG/Sangam2012-VisageFX/HotelReservation/build/classes/main
Usage: visagec <options> <source files>
use -help for a list of possible options
:runVisage
Main-Class not found visage.javafx.HelloVisageFX
java.lang.ClassNotFoundException: visage.javafx.HelloVisageFX
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at org.visage.runtime.Main.main(Main.java:68)
:runVisage FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runVisage'.
> Process 'command 'visage'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
The text was updated successfully, but these errors were encountered:
I actually found out the problem. This is the same Problem as the previous issue which we had when the folder names have spaces between them. I request you to please look into it. :)
I have the same problem to execute the simple HelloWorldFX demo.
I'm on windows 7 and i have tryed many changes, but nothing.
Visage on my pc doesn't execute.
The prompt arrives till the compileVisage task without problems, but the runVisage task fails and give me exactly the same exception.
Can you help me please?
I tried to make a new Project Using Gradle.The Project was successfully created but as I try to Execute the application by using
gradle
command, I get the error mentioned below. Since there is no Compilation as well as run commands being executed. Please check.The text was updated successfully, but these errors were encountered: