Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am trying to learn how to connect my Java code to an MySQL database. I am looking for some good video tutorials (if none exists, I'd be interested in non-video tutorials). Thanks in advance, this will really help me!
Start with sun tutorial. IMHO its the best.
java2s will help you
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 days ago.
Improve this question
Sup guys. Wanna learn java, know there are really expirienced dudes, so can you recommend me some literature, resourses and stuff kinda that? Thx in advance.
I started to learn, but i`d like to get some advices and recommends.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 9 days ago.
Improve this question
I am going to develop a claim management system and would like to have a simple work flow for it in java
When i searched i come across https://formsflow.ai/ (or) https://www.jbpm.org/ and not sure whether there is any other good workflow to handle simple work flows and efficient and not very complex
Please kindly advise.
Thanks
Advise/Suggestion/Comments
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 months ago.
Improve this question
How to use Javafx and Hibernate in one project? Does anyone have an example with that? It will be very helpful. It's necessary for me to understand that.
If I were you I'd hop on github and search for projects that have both javafx and hibernate in it.
https://github.com/search?q=javafx+Hibernate&type=Repositories&ref=advsearch&l=&l=
There is this one project here, that seems to be a boilerplate example for the two.
https://github.com/No3x/javafx-boilerplate-hibernate
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 months ago.
Improve this question
I've looked on oracle site, googled, but haven't found any download link. only doc and tutorials
Could somebody share the download link, please
The jstack command is part of the JDK. You can find it very quick and easy by checking out the JDK source code: https://github.com/openjdk/jdk/blob/master/src/jdk.jcmd/share/classes/sun/tools/jstack/JStack.java
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am thinking of creating a project for controlling my integrated webcam in java.
I have tried searching and found that we need to use JMF for this kinda stuff.
But i couldn't find any good tuts or books which explains JMF from scratch.
I've actually had more success using Xuggler than FMJ or JMF. Here is a demo program for displaying from a webcam:
https://github.com/artclarke/xuggle-xuggler/blob/master/src/com/xuggle/mediatool/demos/DisplayWebcamVideo.java
The following link explains JMF with nice examples:
http://grack.com/downloads/school/enel619.10/report/java_media_framework.html