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
Does anyone could recommend a framework or a java api that could help me compare two files? I would to compare both and mark one as yellow where we have the differences, like Tortoise do as example.
This question and its answers seem to be related to what you are asking. There referred APIs and libraries include
NetBeans Diff API
google-diff-match-patch
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 3 years ago.
Improve this question
What libraries we can use nowadays to embed HTML with Java Swing. I mean for production ready code. I know there were some lubearies in the past but are there viable options for HTML5?
CSSBox and SwingBox are still being updated and maintained, and I've used them successfuly in side projects. You can find them here:
SwingBox
CSSBox
Maybe you can try JavaFX?
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 months ago.
Improve this question
To understand which Java / Groovy combinations will work, I'm looking for a matrix that will show this information. Both on http://www.groovy-lang.org/ and by Googling I wasn't able to find such a matrix. Does anyone have this information available? Thanks in advance!
Here you have the compatibility matrix: http://groovy-lang.org/download.html#requirements
This might also be interesting for you: http://groovy-lang.org/releasenotes/groovy-2.3.html#Groovy2.3releasenotes-OfficialsupportforrunningGroovyonJDK8
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 3 years ago.
Improve this question
the problem is that we have very complex/complicated interactions which can't really be described as text, so we need images to illustrate it.
So the question is, is there a plugin or some java friendly literate programming environment so we can still work with the java files as they are?
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 looking for a tool where I can write and evaluate expression, statement in Java. say, Math.exp(5), 3<<5 and so on. Can you please let me know about any tool?
Take a look at http://www.compileonline.com/compile_java_online.php or the one which supports many programming languages http://ideone.com/
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'm moving from .Net to java. So i wanted to know any good community blog site like CodeBetter.com, of java developers.
EDIT: i'm looking for something more than just coding examples, like CodeBetter.com or Artima.com, which influence your thinking.