Skip to content

Building and Running Mibtex in Eclipse

michaelsoft-binbows edited this page Jan 18, 2022 · 1 revision

How to Build and Run Mibtex in Eclipse

I. Import the MibTeX project as a Maven project und build it

  1. Right click on ‘Import...’ → ‘Maven’ → ‘Exisiting Maven Projects’

    mavin1.png mavin1.png

  2. Select .../MibTeX/MibTeX folder, tick pom.xml & hit Finish

    In case you experience any problems regarding dependecies, delete the missing dependecies outside the Maven dependencies (since they are local one’s and not associated with Maven).

    mavin1.png

  3. Right click on imported ‘MibTeX’ project → ‘Run As’ → ‘3 Maven build...’

    mavin1.png

  4. Insert in Goals ‘clean install’ and run it

    mavin1.png

  5. A successful built should look as follows:

    mavin1.png

II. Run the application(s)

  1. Right click on imported ‘MibTeX’ project → ‘Run As’ → ‘1 Java Application’

    mavin1.png

  2. Select the desired class to be run and start the execution by ‘OK’

    mavin1.png

  3. Done.