search for: 6u23

Displaying 5 results from an estimated 5 matches for "6u23".

Did you mean: 623
2011 Feb 23
2
Install bin file through puppet
puppet newbie trying to install bin file through puppet. How would I go about it? class java { package {"java_package": provider => "bin", <--this did not work # source => "puppet:///application/jdk-6u23-linux-x64-rpm.bin", source => "http://10.31.31.1/jdk-6u23-linux-x64-rpm.bin", ensure => installed } } -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to pupp...
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
...u recommend OpenJDK or GNU Classpath? Is there any benefit of > using one or the other, or any tradeoff? > > You only have to use openjdk (gnu classpath is not more maintained as > the project is also retired:)). We have a bug with the new versions of > openjdk, and we are using the 6u23. I don't know if all the previous > versions will be ok. So, I suggest using this version. > > > > > > 2- COMPILATION: `vmjc` and `llc` to for Java class to native assembly. > > I do the following, with the same OpenJDK 1.6.0 `javac` command: > > > > =====...
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
Hello again Gaël, (et al) More on rekindling work on VMKit! Thank you for your interactions thus far on- and off-list. As you suggested in your VMKit-retirement email (to which I'm attempting to respond), I'm interested in producing a Java-to-LLVM compiler out of VMKit. I'd like to take you up on your offer to help understand the architecture. If I can get the a Java-to-LLVM
2013 Nov 22
0
[LLVMdev] vmkit2 core dump after building mmtk
Is there a particular revision in the repository that I can checkout and work from? Thanks, -- Adam On Thu, Nov 21, 2013 at 3:46 PM, Gaël Thomas <gael.thomas00 at gmail.com> wrote: > Ok, I have exactly the same problem when I compile, I will try to > understand where is the problem. > > Gaël > > 2013/11/21 Gaël Thomas <gael.thomas00 at gmail.com>: >> Arg, you
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
Ok, I have exactly the same problem when I compile, I will try to understand where is the problem. Gaël 2013/11/21 Gaël Thomas <gael.thomas00 at gmail.com>: > Arg, you have to use a version strictly before the 7u25 (probably the > 7u21), sorry! > > I hope that it will work, because I also have problem to compile the > trunk version of vmkit (I haven't tested the trunk