Manuel Dahmen

- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Created Cannot resolve symbol 'PixM' when trying to import my java gradle library in a demo project
AnsweredHello, 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... -
Edited Running uiDesign form from Java
AnsweredI 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... -
Created Push to Space repository
Answeredremote: 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... -
Created Publish project with maven
AnsweredI 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. -
Created Question regarding unkown errors with dependency or plugin googlecode
AnsweredI 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... -
Created JavaFX application not works
AnsweredWhere 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... -
Created Desassemble jar.
AnsweredUnfortuntalelly 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... -
Created 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... -
Created Cannot compile nor run a JavaFX application
AnsweredI 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. -
Created action before running "all tests"
AnsweredHello, 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. ...