Displaying 20 results from an estimated 7000 matches similar to: "OpenJDK vs Sun JDK"
2009 May 04
1
CentOS 5.3 - OpenJDK vs. Sun JDK
What have people's experiences with CentOS 5.3 and OpenJDK for server
apps (e.g. Tomcat) been so far? Has anyone found they've had to install
the Sun JDK? If so, what was broken?
Thanks,
Sean
2010 Jan 27
7
CentOS 5.4 64-bit: Java web browser plugin for 64-bit FireFox?
Does there exist *anywhere* a Java web browser plugin for 64-bit
FireFox? The SUN 1.6<mumble> JDK (jdk-6u18-linux-amd64.rpm) does NOT
include the Java web browser plugin library.
java-1.6.0-openjdk-1.6.0.0-1.2.b09.el5.x86_64.rpm does not have one
either. Should I install the *32-bit* SUN 1.6<mumble> JDK and use the
32-64 bit wrapper? I've searched the web and read the wiki
2010 Apr 17
3
Java RE
Hello.
Package Manager reports (with a green checkmark) that I have java-1.6.0
installed on my machine (running Cent 5.3), but it seems to not be
running. I used http://java.com/en/download/help/testvm.xml and got
"Something is wrong. Java is not working."
Perhaps I'm confused on which program I need to use java-coded apps. PM
lists this app as "OpenJDK Runtime
2017 Sep 14
2
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 5:30 PM, Ulf Volmer <u.volmer at u-v.de> wrote:
> On 14.09.2017 21:26, Larry Martell wrote:
>> On Thu, Sep 14, 2017 at 3:08 PM, Stephen John Smoogen <smooge at gmail.com> wrote:
>
>>> So it sounds like the links needed for the plugin to work are not
>>> configured on the system. So you have some symlinks pointing to the
>>>
2018 Sep 06
2
[RFR] JDK-8156980: Hotspot build doesn't have -std=gnu++98 gcc option
Hi Martin,
Thanks for your response!
I haven't tested compiling OpenJDK 12-dev with LLVM toolchain, perhaps
the issue had been fixed already, because clang treat invalid argument
'-std=gnu++98' not allowed with 'C' as error. It is better only apply
EXTRA_CFLAGS to C without EXTRA_CXXFLAGS.
Furthermore, I just have interest, did you use clang analyzer, sanitizer
and
2018 Sep 06
1
[RFR] JDK-8156980: Hotspot build doesn't have -std=gnu++98 gcc option
it's difficult to use llvm tools like sanitizers on openjdk sources,
because of the "cheating" - relying on undefined behavior, and the JIT.
On Wed, Sep 5, 2018 at 6:09 PM, Leslie Zhai <zhaixiang at loongson.cn> wrote:
> Hi Martin,
>
> Thanks for your response!
>
> I haven't tested compiling OpenJDK 12-dev with LLVM toolchain, perhaps the
> issue had
2009 Apr 30
1
rjava - JDK not found
Hi,
I would like to test the new package RGG (R Gui Generator). This package requires the installation of several other package.
One of them is rJava.
I installed sun-java6-jdk and run the R CMD javareconf but the installation still fails !
Do you have any ideas ?
* Installing *source* package ‘rJava’ ...
checking for gcc... gcc -std=gnu99
checking for C compiler default output file
2010 Jun 04
1
R Java compile problem
Hi folks: I'm trying to update my JGR and related packages, but run
into a compile problem, that I suspect must be affecting others. I
get this output when compiling rJava, JavaGD, etc.:
##
checking Java support in R... present:
interpreter : '/usr/bin/java'
cpp flags : ''
java libs : '-L/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server
2006 Nov 15
2
Java JDK on CentOS 4.4
I did not choose Java when I installed CentOS 4.4 and I want to install
a JDK to do Java programming. What is the default Java JDK for CentOS
4.4 ? I see under YumEx very little which looks like a Java JDK. Is
there one in the distribution ? Is there a way to get Sun's latest JDK 5
installed safely and successfully on CentOS 4.4, perhaps via an RPM for
it tailored to CentOS 4.4, or should
2019 Nov 23
1
Installing Maven with OpenJDK 11, without pulling OpenJDK 1.8
Hello,
I am trying to create a container image which will build Java software with
Maven and Java 11 (rather focussing on CentOS 8 here).
When installing 'maven' with yum, 'java-1.8.0-openjdk-devel' is installed
as a dependency. If one then installs 'java-11-openjdk-devel', and use the
update-alternatives command for java and javac, everything works fine and
Maven uses
2009 Apr 09
1
openjdk experiences?
has anyone replaced the sun jdk with the new openjdk and had any issues?
i had forgotten it was now in 5.3 until the errata announcement came
through.
2015 Nov 02
4
problem with openjdk version
I am using cent OS 6.7 andI have installed omnet++ 4.6 on it.When I am trying to create a new omnet++ project then suddenly omnet++ window is terminating and an error message is showing as "A problem in the Java-1.7.0-openjdk-1..7.0.85-2.6.1.3el6_7package has been detected".Then I uninstalled this version of java and tried with version "1.7.0_91" and "1.7.0_79" but
2017 Sep 14
3
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 6:45 PM, Ulf Volmer <u.volmer at u-v.de> wrote:
> On 14.09.2017 23:56, Larry Martell wrote:
>> On Thu, Sep 14, 2017 at 5:30 PM, Ulf Volmer <u.volmer at u-v.de> wrote:
>
>>> Again, please enter 'about:plugins' in the address bar of your browser
>>> to make sure, that the right java version is activated.
>>
>> This
2012 May 21
2
Tomcat5 with Oracle/Sun jdk on CentOS 5.8
I know this question could be asked on tomcat or possibly other mailing
lists, but I'm hoping I can get some help here instead of joining yet
another list.
I'm running tomcat5 on CentOS 5.8. I'm trying to setup Oracle/Sun java
rather than icedtea. I've installed the latest jdk 1.7 and setup
alternatives on centos for java and javac:
# java -version
java version
2014 Aug 14
3
[PATCH] configure: add java-8-openjdk and java-7-openjdk as locations for java
This helps some distros (e.g. Archlinux) where openjdk is installed in
java-MAJOR-openjdk directories, without any "default version" symlink.
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index 1d93ca0..fa26924 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1251,6 +1251,8 @@ if test "x$with_java" != "xno"; then
2009 Aug 04
2
100% CPU when running (cran2deb) JGR on Debian
Dear all,
I installed the amd64 cran2deb [1] JGR binaries on a fresh Debian
testing, and JGR is missbehaving. When JGR starts up, one core of the
CPU goes to 100% and stays there, even though I am keeping it idle and
not performing any operation.
I tried JGR with both sun-java6-jdk and openjdk-6-jdk,
debian-liv:/home/liviu# update-alternatives --config java
There are 4 choices for the alternative
2018 May 04
3
[PATCH] java: support OpenJDK 10+
Starting OpenJDK 10, the 'javah' utility is no more provided [1], and
its functionality is provided by 'javac' itself. Hence, do not error
out on missing 'javah', and store whether it was found; in case it is
not, then:
1) assume 'javac' has the -h parameter to generate the C header, and
make use of it
2) tell the buildsystem that
2008 Jul 07
2
Best Java code for Centos 5.2s Firefox 3
OK. I just upgraded a test system from 5.1 to 5.2 and there went all of
my efforts to get Java working. All those alternative commands that I
lost track of what really worked....
So I need the JDK. I have that installed on my main system with some
alternatives commands that I do not remember. I do remember (and can
find) a thread here to help me on it, and I tried a number of different
2009 Apr 28
2
Proposal: Java HowTo Section
In "Wiki Access Request for Java How To's" I mentioned that I wanted to
create a Java HowTo section on the wiki. I'd like to provide a more
detailed proposal for adding more Java documentation.
Summary of Current Java HowTo
-------------------------------------------
Currently there is a single Java How To in the "Misc" section, called
2019 Jan 22
4
So nearly there, but can't install rJava
As ever, I learn from this: I didn't know apt-file. Got it, installed it, used it:
root at DebianAdvent:/home/chris/Downloads/gmp-6.1.2# apt-file search jni.h
android-libnativehelper-dev: /usr/include/android/nativehelper/jni.h
android-platform-frameworks-native-headers: /usr/include/android/android/asset_manager_jni.h
android-platform-frameworks-native-headers: