python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Could not find or load main class in a simple java project
I have created a simple java project "DesignPatterns".
I created a file FacadePattern.java with the path being ~/DesignPatterns/Structural/FacadePattern/FacadePattern.java
My FacadePattern.j...
i_know_what
Votes: 0
Answers: 1
How to disable a warning in code generated by a maven plugin?
I am generating sources as part of a Java 17 maven build using version 5.4.0 (latest release as of 2022-04-05) of openapi-generator-maven-plugin. Works fine.
Unfortunately the generated source uses a...
user18619318
Votes: 0
Answers: 0
Can I use * in Process's getRunTime().exec(String[] cmdarray, String[] envp, File dir) ? I keep getting createprocess error=2
Below is the portion that is throwing the error
File dir = fcd.getSelectedFile(); // file directory in which to compile all code
String[] cmdarray = {"javac *.java"};
try {
Process proce...

Mason McGerry
Votes: 0
Answers: 1
Is there a way to make my android device display the xml layout on the fly?
I am starting to learn android (through the busy coder's guide book) and I prefer using the commandline tools over the IDE and it's going well so far (in chapter 12 now)
But I am wondering If i can au...
Susano
Votes: 0
Answers: 1