You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I get an error running java -jar LangTool.jar -e MyApp file.csv:
Exception in thread "main" java.lang.NullPointerException
at com.gdubina.tool.langutil.ToolExport.export(ToolExport.java:73)
at com.gdubina.tool.langutil.ToolExport.run(ToolExport.java:68)
at com.gdubina.tool.langutil.ToolExport.run(ToolExport.java:56)
at com.gdubina.tool.langutil.Tool.main(Tool.java:22)
On Mac OS X 10.9.5:
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
Is this an incompatibility, or am I doing something wrong? (I'm not a Java dev)
The text was updated successfully, but these errors were encountered:
Fixed issue hamsterksu#5 and hamsterksu#6 removing the 'if' that cause the exit from 'for' loop, when exporting from directories with different from the default ('values').
Hello,
I get an error running
java -jar LangTool.jar -e MyApp file.csv
:On Mac OS X 10.9.5:
Is this an incompatibility, or am I doing something wrong? (I'm not a Java dev)
The text was updated successfully, but these errors were encountered: