#javaPLugin not importing
1 messages · Page 1 of 1 (latest)
ok
sorry for the late reply
<modelVersion>4.0.0</modelVersion>
<groupId>test</groupId>
<artifactId>test</artifactId>
<version>1</version>
<name>test</name>
<description>test</description>
<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
@untold saddle
okay it seems like eclipse didnt understand that you're using maven in the first place
oh really, though i made project with a maven format
I cannot really help you with eclipse, I have moved on to intelliJ years ago because I found eclipse to be a pain when using maven
ah ok
if you're willing to try out intellij (I can really recommend it), then feel free to ping me
ok
you can try to remove the .project folder, then restart eclipse
but that's all I can tell you
if you don't have Maven Dependencies section
i think i might be on a differnt version on eclipse that doesn't make proper maven for me
wait
it worked even on 2020-03
i'm on 2022-06
what if i try reinstalling it
follow the tutorial after you did it
before i used 2020 -06
nice 2 years old version
is it working now? @green flint
and no
i tried changing up the workspace
2022-9
k
hey, im installing intellij currently to see if my problem gets fixed because i tryed everything on eclipse including removing cache updating refreshing updating jre and more
u removed all the things i told you to remove?
your pc is glitched heh
prob
u tried multiple eclipse versions
basically same as maven
build system
but has different format
while maven is on xml
gradle is on smth different
does it have like same syntax
nah
ah
still
just copypaste
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
i find that as a problem bc im already used to maven even though it never worked for me
ok
Ill try that later as currently i'm busy with handling intellij
and find build.gradle file
if intellij doens't work ill try that
copy paste repos and dependencies and update
maven?
Yeah
good luck then
yeah
😉
kinda makes sense tbh
i think my eclipse was specificly glitched
or maybe the location it was downloaded in
never had issues with it
probably shouldn't touch folders or check/uncheck some properties
I always had problems with it when I had both, a .project folder, AND a pom.xml
eclipse always seemed to ignore the pom (or halfway ignore it) when it also found its own .project folder
so basically it always happened when you switched from a normal eclipse project to a maven one
never had this issue