0
Do java packages need a IDE
I tried to create a package but it's giving errors! Sololearn said to make a package with something that does not look possible in the Sololearn console! Is my code wrong or am I coding in the wrong place? https://sololearn.com/compiler-playground/caCrNL02egzJ/?ref=app
4 Respuestas
+ 2
Sololearn is not an IDE.
+ 1
But does it need an IDE? I know it's not but does package creation need it?
+ 1
Sololearn is a “web IDE” but it does not support your own Java packages.
You are trying to import a class of the sample package,
inside sample package itself, which is not necessary.
And pou is not public.
0
Pou10mine
you need to have the java development kit installed in your computer. You don't strictly need an ide, a simple text editor will be enough, but an ide will probably give you better tools and workflow management.