After finishing MOOC.fi I decided to do a little Javafx project for myself
— I couldn’t get the latest java jdk working with openfx, so I just used jdk 8 bundled with javafx, that worked.
— after a week of adding multiple packages and classes intellij could not find a class that was right beside the main class.
— I checked the spelling, checked if it was in the right package, (re)building, (re)compiling but nothing worked.
— then I read somewhere about clearing the cache or deleting the .idea files as a nuclear option
— now, in addition, it is also unable to find even the main class -_-. And when I run I must «edit the configuration» but I just can’t (con)figure it out.
This is what the configuration look likes https://imgur.com/a/Hd6TYMK
The working directory is correct, I tried creating new project and recreating its configuration setup (hoping that it would help). But there it created a project in
ProjectName > com.company>Main.java, my structure is
Projectname>src>main>Main.java
So I tried to recreate it but it still complains that the configuration is bad. I have no ideas left to solve it.
Я пытаюсь запустить свой сценарий JavaScript, однако сообщение продолжает выдавать мне сообщение об ошибке:
Configuration is still incorrect. Do you want to edit it again?
Есть способ исправить это?
4 ответа
Если вы пытаетесь отладить код js и используете браузер Chrome, вам необходимо установить их расширение и используйте действие «Проверить в WebStorm».
0
Vidya Sagar
14 Июл 2015 в 20:37
Обнаруженное выше поведение происходит с папкой проекта WebStorm в пути OneDrive (Windows 10). Как показано на изображении конфигурации запуска, WebStorm показывает ошибку для определения пути к файлу JavaScript, хотя он правильный. Нажмите «Выполнить» > «Продолжить», и он запустится с помощью node.js, как и ожидалось. Переместите проект в папку за пределами пути OneDrive, и ошибка исчезнет.
Изображение: Ошибка конфигурации запуска Webstorm в OneDrive
0
Nualyn
10 Апр 2018 в 04:44
У меня была похожая ошибка, потому что я не указал свой путь к тому месту, где я установил node.js. В веб-шторме перейдите в «Файл» -> «Настройки» -> «Язык и рамки» -> «Node.js и NPM» и в текстовом поле «Интерпретатор узла» укажите путь к месту установки node.js. Для меня это было в C:Program Files (x86)nodejs.
4
jaxkewl
19 Май 2016 в 05:22
Если вы не устанавливали node.js и npm, вам необходимо это сделать.
2
Adam Morgan
27 Фев 2017 в 20:14
Web2019-06-30 PyCharm error. No python interpreter configured for the project.configuration is still incorrect. do you want to edit it againno python interpreter configure…
From youtube.com
Author KurafGaming
Views 55.5K
See details »
RUN/DEBUG CONFIGURATIONS | PYCHARM DOCUMENTATION
【PYCHARM】CONFIGURATION IS STILL INCORRECT. — 心脏鼓点
Web2020-05-22 问题现象:. 运行py文件时,弹出框提示:Configuration is still incorrect.Do you want to edit it again? 问题原因:. 没有配置python解释器. 解决方法:. 1.File → Settings. 2.Project Interpreter.
From cnblogs.com
See details »
HAVE I DONE SOMETHING WRONG? SETTING UP THE PYTHON IDE …
Web2014-01-25 You have to have a run configuration for everything that you want to run from PyCharm. The button for run and debug always refer to the run configuration that is …
From intellij-support.jetbrains.com
See details »
PYCHARM NO PYTHON INTERPRETER CONFIGURED FOR THE PROJECT? 10 …
Web2022-12-06 Are you looking for an answer to the topic “pycharm no python interpreter configured for the project“? We answer all your questions at the website …
From brandiscrafts.com
See details »
ERROR IN PYCHARM CONFIGURATION IS STILL INCORRECT DO YOU WANT TO …
Web2022-05-11 The beginning half of this tutorial assumes yous are using the complimentary «Community» version of PyCharm. However, if you lot have access to the «Professional» …
From elliottchisce.blogspot.com
See details »
CONFIGURATION IS STILL INCORRECT. DO YOU WANT TO EDIT IT AGAIN? IN …
Web2015-03-04 First of all, check the window «Edit Configuration» that opens when you click in «Run» or «Debug» button. Then, check the bottom section «Before launch: Gradle …
From stackoverflow.com
See details »
CONFIGURATION IS STILL INCORRECT IN INTELLIJ — STACK OVERFLOW
Web2021-11-16 2. When I just want to run my simple beginner java program, the IntelliJ tell me that «configuration is still incorrect, Do you want to edit it again». I’ve read the official …
From stackoverflow.com
See details »
[SOLVED] PYCHARM — UNABLE TO SAVE SETTINGS — FAILED TO | 9TO5ANSWER
Web2020-11-20 Solution 1. Make sure you are running ‘Pycharm.exe’ as Administrator. ‘Run As Administrator’ for all Users solves this problem in Windows OS.
From 9to5answer.com
See details »
PYCHARM CONFIGURATION IS STILL INCORRECT
Web2021-05-22 Download it for your system here. Select Create New Test from the menu that appears. Pycharm configuration is still incorrect 2022. First of all, check the window …
From loscabosmarlinfishing.com
See details »
RUN CONFIGURATION ERROR: PLEASE SPECIFY SCRIPT NAME IN …
Web2018-10-12 Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question.Provide details and share your research! But avoid …. Asking for …
From stackoverflow.com
See details »
CONFIGURATION IS STILL INCORRECT DO YOU WANT TO EDIT IT AGAIN PYCHARM
Web2022-04-24 PyCharm uses run/debug configurations to run, debug, and test your lawmaking. Each configuration is a named set of startup backdrop that ascertain what …
From martinezlithat.blogspot.com
See details »