Posts by Samarone • 1 point
2 posts
-
0
votes1
answer366
viewsQ: I cannot create a Feature in the src/test/java folder
I am trying to create a Feature file in a Maven project but it does not appear the file option inside the directory: src/test/java. I have another computer with the same version of eclipse and java…
-
0
votes0
answers22
viewsQ: Error when trying to implement Abstract data type class
I need to implement a TAD in repl.it, but gives the following error: Error: Could not find or load main class Main Exit status 1 import java.lang.Math; class Ponto { public int x; public int y;…