Search:

Type: Posts; User: Universecloud9

Search: Search took 0.11 seconds.

  1. Replies
    16
    Views
    4,507

    Re: Error reading the module..

    To those wondering :

    https://coderanch.com/t/748638/java/multiple-FX-programs-module#3477276
  2. Replies
    16
    Views
    4,507

    Re: Error reading the module..

    I am so confused O_O isn't a method part of a class?

    Looking at the directory and it seems like you're dealing with the configuration files (those vm options) with adding modules but when i go to...
  3. Replies
    16
    Views
    4,507

    Re: Error reading the module..

    Could you please explain the process ? are you talking about stageObject.show() ? i tried that (inside the start method) and still getting the same error.
  4. Replies
    16
    Views
    4,507

    Re: Error reading the module..

    Configuring it isn't the problem, i just don't like doing it over and over every time i want to make something simple .-.

    I legit stopped programming because of it. I'll post it here if i ever...
  5. Replies
    16
    Views
    4,507

    Re: Error reading the module..

    intelliJ
  6. Replies
    16
    Views
    4,507

    Re: Error reading the module..

    As i said, in the previous chapters, before javafx, creating a new java file was as easy as right clicking the java file > new > java class. from there making new code and running it has never been a...
  7. Replies
    16
    Views
    4,507

    Re: Error reading the module..

    package com.example.hellofx;

    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.stage.Stage;

    public class JavaProgramtest...
  8. Replies
    16
    Views
    4,507

    Re: Error reading the module..

    Its a serious question you know : probably stupid but please i need an answer.
  9. Replies
    16
    Views
    4,507

    Re: Error reading the module..

    Error occurred during initialization of boot layer
    java.lang.module.FindException: Error reading module: C:\Users\r-\Desktop\HelloFX\target\classes
    Caused by:...
  10. Replies
    16
    Views
    4,507

    Error reading the module..

    early on i was watching videos on udemy and youtube for javafx but they all lead to creating a new project for each program.

    I didn't like the fact that the code was pre-written for me so i went...
Results 1 to 10 of 10