Skip to content

Kamil3001/MCINO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCINO

Software Engineering Project 3

MCINO Code Smeller


SETTING UP THE MAVEN PROJECT IN INTELLIJ

  1. Import the project from the local repository

  2. Make sure Create project from existing sources is selected and press Next.

  3. Press Next again and the you will see source files have been found. Deselect all of them.

  4. Your project will now be setup, right-click on the project sidebar and select Add as Maven project.

  5. Next go to File -> Project Structure... -> Modules. In the Source tab, make sure that the resources folder in src\main\java is set as a resource module.

  6. Finally within Project Structure... -> SDKs ensure that jdk1.8.VERSION is selected.

  7. You should now be able to run Main.

NOTE: Sometimes the resources folder is reset in the Project Structure, usually upon changes to the pom.xml file. If this happens simply change it back.


HOW TO RUN THE JAR FILE:

  1. Make sure you have Java 8 installed to run the jar file.

  2. Download MCINO.jar from the github repository.

  3. Try running the jar file on your computer. If it doesn't work download jarfix.exe from the github repository.

  4. Run jarfix.exe, if the notification mentions a Java version different to Java 8 follow the steps below, otherwise MCINO.jar should now run.

jarfix.exe finds diiferent JDK/JRE

  1. Create a jarfix.ini file and include the following:
    [jarfix]
    action="C:\PATH_TO_JAVA8_BIN_FOLDER\javaw.exe" -Xmx512m -jar "%1" %*

  2. Ensure that file is saved as jarfix.ini (extension must be .ini) and that it's saved in same directory as jarfix.exe

  3. MCINO.jar should now run.


About

Software Engineering Project 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published