Hello,
I'm a first year CSE(with specialization in IoT and Cyber Security) undergraduate at IEM, Kolkata, West Bengal, India.
I have seen that OpenRefine uses Java and JavaScript. Though I'm yet to learn JS, I've worked with Java before and am quite confident in it.
I would love to contribute to your projects. Can you please suggest me how to begin?
When I run with this setup the console says the following:
16:38:16.799 [ refine_server] Starting Server bound to '127.0.0.1:3333' (0ms)
16:38:16.811 [ refine_server] Warning: Failed to find web application at '/Users/this user/OpenRefine/github.upstream/OpenRefine/server/webapp' (12ms)
It feels like I might not have the CLASSPATH fully setup. Any pointers would be appreciated. Even pointers on getting started with Eclipse would be welcome.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.PySystemState (file:/home/openrefine/webapp/extensions/jython/module/MOD-INF/lib/jython-standalone-2.7.1.jar) to method java.io.Console.encoding()
WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
19:28:51.110 [ refine] Sorry, some error prevented us from launching the browser for you.
Point your browser to http://127.0.0.1:3333/ to start using Refine. (69818ms)
yarn start
as stated in the README.md to first git checkout master
and then editing and saving the docs and doing yarn start. But after yarn start
I am not able to see the site on local host and can only see the OpenRefine logo. I believe that it is due to Java version 13.0.2 that I am using. Can anyone suggest with what lower version(Java) should I be using to make that work? Thanks.