Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException running export #5

Open
timwhitlock opened this issue May 7, 2015 · 1 comment
Open

NullPointerException running export #5

timwhitlock opened this issue May 7, 2015 · 1 comment

Comments

@timwhitlock
Copy link

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)

@matrad4307
Copy link

I'm have the same problem

plinio-milkman added a commit to plinio-milkman/AndroidLangTool that referenced this issue Nov 23, 2023
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').
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants