Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Simple JavaFX compile errors

StijnKlijnOct 26 2017 — edited Oct 26 2017

Dear community,

I have just started to learn Java and JavaFX. When using Java, if there is an error in my code the compiler usually gives me a clear and concise description of where to locate the error and what is going wrong.

However, since I started using JavaFX this is not the case anymore. Even the smallest error such as omitting a semicolon at the end of a statement, forgetting to import a class or causing an out of bounds exception when using an array, causes the compiler to spit out an enormous amount of error messages which don't give me a clue as to where to find to error or what causes it. Thus, I have to spend hours finding even the simplest errors, which makes me very sad and frustrated

Who can explain this JavaFX noob how to quickly find and solve simple compile errors?

Many thanks in advance!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 23 2017
Added on Oct 26 2017
1 comment
226 views