For questions about or relating to the Java language, platform or virtual machine. See the JVM (Java Virtual Machine).
Questions tagged [java]
76 questions
7
votes
1 answer
Can we redistribute OpenJDK tools.jar?
My application needs some classes of tools.jar.
Many sources converge to say that one cannot redistribute tools.jar from Oracle JDK without redistributing the whole bundle.
However, the case of OpenJDK's tools.jar is less clear. (the answer of…
Martin Monperrus
- 171
- 2
7
votes
1 answer
License violation for OpenJDK and -Xbootclasspath/p:path?
I was looking to override a class in rt.jar with my own version (to guarantee that existing legacy code remains unbroken).
With Oracle's JDK, it says the following for the -Xbootclasspath/p:path option:
Do not deploy applications that use this…
Matt
- 81
- 4
5
votes
1 answer
Which jre may be distributed with my libgdx game?
I moved this question to this place here as I got the information on stackoverflow - the question is offtopic there. Here is my original question at SO (and the discussion):…
Grisgram
- 153
- 5
2
votes
1 answer
Does the license of jaxb apply to the java class files it autogenerated?
Each generated java file has this header comments
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See
Dinesh Ravi
- 159
- 4
1
vote
0 answers
Java Application for comercial use
I wrote an application in Java. I have a JavaSE-1.8 (jre) execution environment in my project. Do I need any license to distribute the application for commercial purposes? Or does the client need any license?
michal98
- 11
- 1
1
vote
0 answers
Should I pay someone to help me with an open source project?
Anyone have suggestions on how to get development help on an open-source project?
I've got some funding but not enough to hire someone yet.
I've been considering offering 'bounties' for specific tasks.
But the tasks aren't too big - so writing up…
Jeremy
- 119
- 2