I can't use SQS that can read the questionnaire with a scanner → I could use it after changing the java ver

SQS is what

――It turns plain paper into mark sheet paper ――When you collect it, make it tiff or jpg with a document scanner and put it on a mark reader to read the mark. --This time, I'm not from AWS

It's made in Java, so it works on Win, Mac, and Linux. I did it.

cf. Iwate Prefectural Lifelong Learning Support Center --SQS http://www2.pref.iwate.jp/~hp1595/kyousin/sqs.html

How it became unusable

A story when I was a technical teacher in a junior high school.

It's hard to collect the class evaluation questionnaires for about 340 people on paper. ↓ No, there was a questionnaire tabulation software called SQS in Iwate prefecture. ↓ Read the collected prints with a document reader and put them on Mark Reeder. ↓ It seems that the java version does not match, and it falls.

Situation / resolution

Apparently, it can't be used unless $ java -version is 1.7 or less (1.6 is the best) (current: 1.8). Therefore, it is necessary to change the version. I'm a mac so to ~ / .bashrc

export JAVA_HOME=`/System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java_home -v "1.7"`
PATH=${JAVA_HOME}/bin:${PATH}

And setting (the above "1.7" part corresponds to the version) After this,

$ sudo java -jar /mark/Leader's/path.jar


 I was able to start by doing

 I'm happy.

# Finally
 Those who have read this far will have been struck by it all the time.
 Even though he is a technical teacher, he asked, "Why are you doing questionnaires on paper instead of on the Web?"
 I can use the PC room, but

 ――There are still many paper-based parts at school
 ――I can't use my PC because of filtering.
 ――In the first place, the number of technical hours is short, so I use the rough work of taking it home and writing it during breaks.

 So I had to do this.
 I want the field of compulsory education to be computerized.
 With such a wish, I summarized it for the fighting teachers.
 You can still use this software, so please try it.

# reference
 Switching Java versions on OS X-Qiita
http://qiita.com/ringo/items/db58b34dc02a941b297f


Recommended Posts

I can't use SQS that can read the questionnaire with a scanner → I could use it after changing the java ver
I made a class that can use JUMAN and KNP from Java
When is it said that you can use try with a Swift error?
The story that I could not build after installing multiple Java on Windows
Play with Java function nodes that can use Java with Node-RED
I couldn't run it after upgrading the Java version
[Java] I tried to make a rock-paper-scissors game that beginners can run on the console.
I made a program in Java that solves the traveling salesman problem with a genetic algorithm
Why can I use the rails command installed with gem? ??
How to deal with the type that I thought about writing a Java program for 2 years
I can read it! RxJava
A story that I struggled to challenge a competition professional with Java
I can't create a Java class with a specific name in IntelliJ
I tried to solve the past 10 questions that should be solved after registering with AtCoder in Java
A story that I wanted to write a process equivalent to a while statement with the Stream API of Java8