Manuel Dahmen
- 活动总数 43
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 11
-
创建于 Cannot resolve symbol 'PixM' when trying to import my java gradle library in a demo project
已回答Hello, I'm developing this library: https://repo.maven.apache.org/maven2/one/empty3/empty3-library-generic/ I've created a blank gradle project to test it with adding its dependency to gradle and c... -
已编辑于 Running uiDesign form from Java
已回答I cannot run my form since version 2022.3. I think I mess something. My main method: public static void main(String[] args) { JFrame frame = new JFrame("Morphing Editor"); EditorMorphing e... -
创建于 Push to Space repository
已回答remote: Cannot find user by credentials dathewolf/***fatal: Authentication failed for 'https://git.jetbrains.space/empty3/empty3/empty3-library-generic.git/'Pushing to https://git.jetbrains.space/e... -
创建于 Publish project with maven
已回答I have a problem while publishing a maven project on public sonatype repository. A class com.thoughtwork.XStream is breaking a rule of the repository. I don't know how to delete this class. -
创建于 Question regarding unkown errors with dependency or plugin googlecode
已回答I have an error while running my project. I don't know about the corrupted zip from "googlecode/netlib" and the dependency to which it refers.Executing pre-compile tasks...Loading Ant configuration... -
创建于 JavaFX application not works
已回答Where does the JavaFX package go in Java 11 and 12? I can't find it. I try a free alternate version which doesn't work. I have another question: how to get a "double BufferedImage" in JavaFX? I cat... -
创建于 Desassemble jar.
已回答Unfortuntalelly I deleted the development branch of my project. I have a recent build despite of it. But I can't see how can I disassemble all the jar and restore source code from it. Is there a pl... -
创建于 Can't push
I have not worked on a project for 10 months. Now I want to rework on it. I uploaded files to a new server, change the db connection. And I want to update the VCS (Git) What I already done: - Check... -
创建于 Cannot compile nor run a JavaFX application
已回答I have some problems with IntelliJ, version 2017.3 I have no idea why Maven is running "offline". My JavaFX application doesn't run Here is the log of Maven build. -
创建于 action before running "all tests"
已回答Hello, I have a question about cleaning old tests results before running new test. Automatically clean in my project means "empty testResults folder" which contains images generated by JUnit test. ...