how to find my project's classpath?
hey guys. can smb in a simple manner explain how to see what is my classpath in intellij idea project? bc googling is worthless and theres no proper answer anywhere. can smb help me out? thx alot
8 Replies
⌛
This post has been reserved for your question.
Hey @bambyzas! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
A classpath is the location of libraries and single classes within an classloader. There are many classloader and this means there are many classpaths. There are some special classpaths like the System-Classpath and the Application-Classpath, etc.. You can also create a couple of Classloaders having their own classpath in the application at run-time.
So what classpath do you mean?
Classpath typically refers to the classpath at startup which is specified by
--class-path
Classes loaded at runtime via custom ClassLoader
s are often not considered as part of the classpathhm, strange
i dont see anything suspicious, but for some reason i keep getting shouted at bc one of my classes
XmlParserUtil
is not being recognized and i receive ClassNotFoundExceptionCan you share the complete stack trace as well as your build configuration?
i use gradle. idk what to add more. maybe i missed smth
Are you running the application from IntelliJ?
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.