florentbr / OWON-VDS1022

Unofficial release for the OWON VDS1022/I Oscilloscope
249 stars 43 forks source link

How to compile? #66

Open Duncan-dx1 opened 1 year ago

Duncan-dx1 commented 1 year ago

I would like to compile and perhaps contribute. But cannot work out how to compile and run. I tried eclipse, which I have used a lot. Java is currently a foreign language. So the issue is, please could you document how to do this? All I can find are the jar files. Are the source files avaialable.?

florentbr commented 1 year ago

I simply decompile the classes with JD-GUI and recompile/repack the modified classes with javac and jar. It's well documented on the web.

I'm not publishing the sources since they are proprietary. I can send you the sources if you really want them. The level of abstraction is quite high, so If are not experienced with Java, you'll likely be wasting time.