Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.17 seconds.

  1. [SOLVED] Re: Loading Resources: Maven Project Structure vs Jar

    Are you using Maven?
  2. [SOLVED] Re: Loading Resources: Maven Project Structure vs Jar

    I managed to resolve this issue. I will describe my solution in case someone comes across this thread in a google search. This was not an IDE problem, but rather a Maven issue.
    It was actually very...
  3. [SOLVED] Re: Loading Resources: Maven Project Structure vs Jar

    It would appear to me that the IDE's classpath is pointing to the target folder. In the target folder, the images are not located in it's own resource folder, like it is in the jar. My only...
  4. [SOLVED] Re: Loading Resources: Maven Project Structure vs Jar

    Here is the full file structure, starting from my project directory:


    cop.rm.desktop/.classpath
    cop.rm.desktop/.gitignore
    cop.rm.desktop/.project
    cop.rm.desktop/pom.xml...
  5. [SOLVED] Re: Loading Resources: Maven Project Structure vs Jar

    I replaced the user name with *** for privacy reasons
    IDE:


    user.dir=C:\Users\***\git\running-man-desktop-version\cop.rm.desktop...
  6. [SOLVED] Re: Loading Resources: Maven Project Structure vs Jar

    Technically, this is a Maven question. As far as I know, the Maven Project Structure doesn't change based on IDE.

    I'm not sure how I can set the classpath in this situation. I'll have to do a bit...
  7. [SOLVED] Loading Resources: Maven Project Structure vs Jar

    I have a problem which I can't find much help for on google. My project is a Maven project. For those unfamiliar, the Maven project structure is basically this:

    Java code is placed in the java...
Results 1 to 7 of 7