#How to use -classpath and -sourcepath right?

1 messages · Page 1 of 1 (latest)

wicked raftBOT
#

<@&987246964494204979> please have a look, thanks.

rapid quest
#

classpath is a list of folders and jars that your program will use during compilation and runtime
sourcepath, I never use it, I just pass the list of source folders to javac and never needed to use it

slow heron
#

wow even deepseek! (/s)

#

it will be easier if you show us how your project is laid out + the commands you've tried