Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2587
| From | markspace <markspace@nospam.nospam> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Bundle JDK in my app |
| Date | 2013-03-14 09:31 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <khsttj$ilq$1@dont-email.me> (permalink) |
| References | <104d950c-186a-4cfb-9c18-ff0ae7f6f3ca@googlegroups.com> <lmg1k85ojvv4q11ivm6nbk4hdfnre4bgvk@4ax.com> <8b3f2a42-de4c-45f5-b55f-2e7756a9ef79@googlegroups.com> |
On 3/14/2013 1:44 AM, Yoni wrote: > Thank you for your answer. Actually my application permits to create > some java code and compile it, to compile I need JDK not JRE, this is > the reason I would like to bundle it. Have you looked at the compiler API? That requires the tools.jar in your classpath; much easier I think than trying to install the JDK. <http://docs.oracle.com/javase/7/docs/api/javax/tools/JavaCompiler.html> <http://stackoverflow.com/questions/5600213/using-java-compiler-api-without-requiring-install-of-jdk>
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Bundle JDK in my app Iony <a.sfolcini@gmail.com> - 2013-03-13 05:13 -0700
Re: Bundle JDK in my app markspace <markspace@nospam.nospam> - 2013-03-13 09:25 -0700
Re: Bundle JDK in my app Roedy Green <see_website@mindprod.com.invalid> - 2013-03-13 11:34 -0700
Re: Bundle JDK in my app Lew <lewbloch@gmail.com> - 2013-03-13 14:11 -0700
Re: Bundle JDK in my app Roedy Green <see_website@mindprod.com.invalid> - 2013-03-14 08:26 -0700
Re: Bundle JDK in my app Lew <lewbloch@gmail.com> - 2013-03-14 13:59 -0700
Re: Bundle JDK in my app Roedy Green <see_website@mindprod.com.invalid> - 2013-03-17 11:02 -0700
Re: Bundle JDK in my app Yoni <a.sfolcini@gmail.com> - 2013-03-14 01:48 -0700
Re: Bundle JDK in my app "John B. Matthews" <nospam@nospam.invalid> - 2013-03-14 07:12 -0400
Re: Bundle JDK in my app Roedy Green <see_website@mindprod.com.invalid> - 2013-03-14 08:28 -0700
Re: Bundle JDK in my app Nigel Wade <nmw@ion.le.ac.uk> - 2013-03-14 16:42 +0000
Re: Bundle JDK in my app Roedy Green <see_website@mindprod.com.invalid> - 2013-03-15 17:24 -0700
Re: Bundle JDK in my app Nigel Wade <nmw@ion.le.ac.uk> - 2013-03-18 09:15 +0000
Re: Bundle JDK in my app Roedy Green <see_website@mindprod.com.invalid> - 2013-03-13 11:20 -0700
Re: Bundle JDK in my app Yoni <a.sfolcini@gmail.com> - 2013-03-14 01:44 -0700
Re: Bundle JDK in my app Roedy Green <see_website@mindprod.com.invalid> - 2013-03-14 08:24 -0700
Re: Bundle JDK in my app markspace <markspace@nospam.nospam> - 2013-03-14 09:31 -0700
Re: Bundle JDK in my app Roedy Green <see_website@mindprod.com.invalid> - 2013-03-14 17:00 -0700
Re: Bundle JDK in my app Nigel Wade <nmw@ion.le.ac.uk> - 2013-03-14 09:30 +0000
Re: Bundle JDK in my app Knute Johnson <nospam@knutejohnson.com> - 2013-03-14 10:20 -0700
Re: Bundle JDK in my app Roedy Green <see_website@mindprod.com.invalid> - 2013-03-14 17:01 -0700
Re: Bundle JDK in my app Joerg Meier <joergmmeier@arcor.de> - 2013-03-15 03:04 +0100
csiph-web