8000 GitHub - plojyon/tj2: A FOSS alternative to tj.exe, written in Java
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

plojyon/tj2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Tj2

A FOSS alternative to tj.exe, written in Java
tj.exe is a program used to test Java programs used by the uni-lj Programiranje 1 course.

To use, copy Tj2.java into the folder with your program and run
javac *.java
to compile your program and tests, then run
java Tj2 <program> [time-limit] [input-dir]
to evaluate your program with Tj2 (parameters in [square brackets] are optional).

To permanently install Tj2, copy it to some folder on your computer, then run
javac Tj2.java
to compile Tj2 in that folder. After adding the folder to your classpath using the following:

  • Linux: export CLASSPATH="${CLASSPATH}:`pwd`"
  • Windows: you will need to manually add the path to your Tj2 installation folder. Search for "environment variables" in settings, then edit the CLASSPATH variable to add the directory. The entry separator is ;
    you will be able to run java Tj2 from anywhere, without having to copy or recompile Tj2.

About

A FOSS alternative to tj.exe, written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0