TeX rendering in a Java application

I want to display math formulas in my Java GUI application. I am looking for a library designed for use on a computer, and not for use on the Internet, which can display TeX. I already tried jLatexMath, but very slowly when I use it in my application.

If there are others / better, could you point me in the right direction?

(If this question belongs to the TeX forum, I will outweigh it)

+8
java rendering latex tex
source share

No one has answered this question yet.

See related questions:

6170
Is Java pass-by-reference or pass-by-value?
3799
How do I read / convert an InputStream to a string in Java?
3324
How to generate random integers in a specific range in Java?
3073
How to efficiently iterate over each entry on a Java map?
3044
Creating a memory leak using Java
2956
What is the difference between public, secure, batch, and private in Java?
2936
When to use LinkedList over ArrayList in Java?
2853
How to convert String to int in Java?
2248
Is the finally block always executable in Java?
2171
How to determine if an array contains a specific value in Java?

All Articles