Skip to Main Content

SQL Developer

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!

4.2 EA2 - bug in Preferences Search

Jim 13131Apr 12 2017 — edited Apr 12 2017

To replicate -

  1. Use SQL Developer 4.2.0.16.356 Build 16.356.1144
  2. From the menu select Tools > Preferences
  3. In the search field type "script"

Notice only the the Database Page is shown in results

The Database: Worksheet page is missing. It has the field I was looking for: "Select Default Path to look for scripts"

I tried some other searched for this field and default doesn't work either.

Jim

Comments

eudriscabrera-JavaNet

Hi, The error says it, No controller specified.

Caused by: javafx.fxml.LoadException: No controller specified.

Add the controller declaration to AnchorPane declaration as shown :

fx:controller="calculadorafx.cenaCalculadoraFXController"

Also, Take a look in this solution https://stackoverflow.com/questions/30267459/javafx-error-exception-in-application-start-method-no-controller-specified

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 10 2017
Added on Apr 12 2017
1 comment
113 views