Giter VIP home page Giter VIP logo

cs578-arcade's Introduction

CS578-arcade

Clone of arcade, to be used in HW3 for CS578, fall 2019, at USC To run the JAR files, java8 is needed. To generate JAR files:

Exporting a JAR: From Eclipse, export one JAR for each method within ARCADE that you would like to run as your main method. Example for BatchClusteringEngine (ARC): a) Open any Launch configuration that contains BatchClusteringEngine:

      1. Change "<listEntry value="/arcade/src/edu/usc/softarch/arcade/AcdcWithSmellDetection.java"/>" to 
      "<listEntry value="/CS578-arcade/src/edu/usc/softarch/arcade/AcdcWithSmellDetection.java"/>" 
      
      2. Change "<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="arcade"/>" to 
      <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="CS578-arcade"/>  
      
      3. Save the file 
    

b) Right-click on the “arcade” project.

c) Export-> Java -> Runnable JAR file, then click “Next”

d) Select any Launch configuration that contains “BatchClusteringEngine” (it doesn’t matter which one because the parameters will be stripped out).

e) Select an export destination file name.

f) Leave “Library handling:” as is.

g) Click “Finish”.

There will probably be an alert about repacking referenced libraries and library licenses. Click “OK”.

There may be an alert saying “JAR export finished with warnings”. This is due to numerous warnings in ARCADE (that are also shown in Eclipse) and is okay. Click “OK”.

cs578-arcade's People

Contributors

asejfia avatar gitanshu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.