yccheok / jstock

JStock is a free stock market software for 28 countries.
https://jstock.org
660 stars 347 forks source link

How to build with Netbean #94

Open Werror opened 7 years ago

Werror commented 7 years ago

I have clone the source and installed netbean. Is there specific guide to how to build for new developers? I assume I can build from master branch?

shuwnyuantee commented 7 years ago

Hi @Werror , I am a developer from JStock team. Yes, after clone, checkout master branch, which is the default branch. You should be able to compile & run it.

javabrett commented 7 years ago

88 might cause problems?

jiangwest commented 7 years ago

I don't understand your means. since org.yccheok.jstock.engine is closed component, the download package lack of this component, which cuase whole project cannot be compiled! in other words, the code cannot be build?

Werror commented 7 years ago

Yes @jiangwest what you are saying is my concern. @shuwnyuantee @javabrett if you were able to build the application, would you be able to share your experience. I am basically blocked since the code will not compile.

javabrett commented 7 years ago

Anyone lacking access to the now closed-source engine component (including me) cannot build-from-source at this time. The only workaround is to use the release binary as a library to satisfy the compile-time libraries. See my comment on #51 .

Werror commented 7 years ago

@javabrett cool thanks for helping out, I would definitely try that, and post my result :D

yccheok commented 7 years ago

@Werror @javabrett @jiangwest @shuwnyuantee Sorry guy. I should make org.yccheok.jstock.engine as a single jar file, so that you guys can build it without trouble. Going to include this in my TO-DO list.

acarterczyzewicz commented 7 years ago

Please update us when this is completed. I can't even compile the project. Is there an older version of the source that I can compile?

yccheok commented 7 years ago

You can try the older version source like https://github.com/yccheok/jstock/tree/release_1-0-7z/src/org/yccheok/jstock/ while I'm preparing the jar file for engine package.

acarterczyzewicz commented 7 years ago

@yccheok I will check it out. Do you know about when the jar file will be done? Thanks for your support on this project. Awesome program! :)

acarterczyzewicz commented 7 years ago

@yccheok @shuwnyuantee I still can't get this to compile. Do you know when the org.yccheok.jstock.engine will be made a single jar so we can compile this?

glide007 commented 6 years ago

I was able to compile with following packages taken from jStock binaries, since they are missing from current code-line.

org.yccheok.jstock.engine org.yccheok.jstock.gui.trading org.yccheok.jstock.trading

bugsbyteyou commented 6 years ago

Ive also been trying to compile for 30minutes, and even tried the 1.07.32 version. Just found this issue #88 . Maybe you could specify this in the Read.me file ? Thanks and Thank you for this project!