search for: javase

Displaying 20 results from an estimated 48 matches for "javase".

2017 Sep 14
3
JRE 8.1 for CentOS6
I have some software that says it requires JRE 8.1 or higher. If I go to http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html and install jre-8u144-linux-x64.rpm I get jrel.8.0_144. Anyone know where I can get 8.1?
2010 Oct 08
2
Suggestion for "how to" section: easy way to install the JDK?
...bsite http://wiki.centos.org/HowTos/JavaOnCentOS. I am a total newbie with CentOS, but currently, with update 21 of the Java 6 JDK and CentOS 5.5, the installing the JDK appears to be simpler: 1. Download the latest *rpm.bin jdk (as of today,jdk-6u21-linux-i586-rpm.bin) fromhttp://java.sun.com/javase/downloads/widget/jdk6.jsp 2. chmod +x the downloaded file. 3. su 4. Execute the file. The main advantage of this procedure is that you do not need to build an RPM. --- Bob Stine bob at waltonstine.net (703) 217-4784 Rule for living: What Would Clint Eastwood Do? -------------- next part ------...
2015 Jul 16
10
[LLVMdev] [RFC] Defining Infinite Loops
Hello everyone, The topic of whether or not LLVM allows for infinite loops has come up a lot recently (several times this week already). Regarding motivation, there are two important facts: 1. Some languages, such as Java, have well-defined infinite loops. See: http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.9 and: http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.2 and, as a community, it seems to be important for us to support such languages. That means that we must have a way, at the IR level, to support and model infinite...
2017 Sep 14
7
JRE 8.1 for CentOS6
...quires JRE 8.1 or higher. >> > >> > That's very odd, since technically JRE 8 is java 1.8 (and JRE 7 >> > is/was 1.7; >> > JRE 6 was 1.6, et cetera). >> > >> > > If I go to >> > >> > http://www.oracle.com/technetwork/java/javase/downloads/jre8-downlo >> > ads-21331 >> > 55.html >> > > and install jre-8u144-linux-x64.rpm I get jrel.8.0_144. Anyone >> > > know where >> > >> > I can get 8.1? >> > >> > http://javadl.oracle.com/webapps/download/AutoDL...
2008 Mar 07
0
Problem getting JavaRuntime EnvironmentinstalledintoOpenOffice
...o - did they just >> come out with a new one? >> >> If I install the latest, does the script un-install the >> previous version I just installed? >> >> I'm also wondering if I got the correct JRE? I got the JRE from here: >> http://java.sun.com/javase/downloads/index.jsp > > You can have multiple JREs installed, but since this one > ain't working 100% may as well uninstall it manually > with yum remove '*jre*' > > If you aren't doing Java development or hosting a JSP > server there is no real need to have t...
2017 Sep 14
2
JRE 8.1 for CentOS6
...247 at gmail.com> wrote: > > >> I have some software that says it requires JRE 8.1 or higher. > > That's very odd, since technically JRE 8 is java 1.8 (and JRE 7 is/was 1.7; > JRE 6 was 1.6, et cetera). > >> If I go to > http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-21331 > 55.html >> and install jre-8u144-linux-x64.rpm I get jrel.8.0_144. Anyone know where > I can get 8.1? > > http://javadl.oracle.com/webapps/download/AutoDL?BundleId=225344_090f390dda5 > b47b9b721c7dfaa008135 > should get you the 64-bit v1.8 bu...
2015 Sep 10
2
Using IDs to suppress specific messages and warnings
...edious part. There are precedents from other languages that could be used as a template. For example, .NET and Java both have very well defined exception hierarchies that could serve as a starting point. https://msdn.microsoft.com/en-us/library/z4c5tckx%28v=vs.110%29.aspx https://docs.oracle.com/javase/7/docs/api/java/lang/package-tree.html Who is the best person to ask/cajole to start getting this implemented? -- Regards, Richie Learning R 4dpiecharts.com
2016 May 28
2
[GSoC 2016] Capture Tracking Improvements - Background Information
Hi Phillip, I've been looking into the Capture Tracking Improvements and I was wondering if there was any research/documentation that you know of that I could use as background reading? Many thanks, Scott
2011 Aug 12
1
http://wiki.centos.org/HowTos/JavaRuntimeEnvironment
...i.centos.org/HowTos/JavaRuntimeEnvironment so I updated our page to reflect the fact the jre-1.7 can be installed using the procedure already described in the wiki. Any objections on including jdk ( and maybe replacing the links to the binary packages with http://www.oracle.com/technetwork/java/javase/downloads/index.html. so that the user can choose between 1.6/1.7 jre/jdk )?
2010 Apr 28
1
rJava (installation?) problem: unable to find the basic String class
...ve experienced the following problem after installing rJava (it being a prerequisite for another package in which I am relly interested). Any helpful thoughts would be appreciated: OS: Windows XP Professional 2002 SP3, have Java 6 Update 20 from Sun, also installed the JDK from http://java.sun.com/javase/downloads/index.jsp (or at least I suspect I installed it as it asked to re-boot the machine - how would I actually check?) After installing package rJava, in R: > sessionInfo() R version 2.11.0 (2010-04-22) i386-pc-mingw32 locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English...
2015 Jul 16
2
[LLVMdev] [RFC] Defining Infinite Loops
...pic of whether or not LLVM allows for infinite loops has come > up a lot recently (several times this week already). Regarding > motivation, there are two important facts: > > 1. Some languages, such as Java, have well-defined infinite loops. > See: > > http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.9 > > and: > > http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.2 > > and, as a community, it seems to be important for us to support such > languages. That means that we must have a way, at the IR level, to > s...
2017 Sep 14
3
JRE 8.1 for CentOS6
...That's very odd, since technically JRE 8 is java 1.8 (and JRE 7 >> >> > is/was 1.7; >> >> > JRE 6 was 1.6, et cetera). >> >> > >> >> > > If I go to >> >> > >> >> > http://www.oracle.com/technetwork/java/javase/downloads/jre8-downlo >> >> > ads-21331 >> >> > 55.html >> >> > > and install jre-8u144-linux-x64.rpm I get jrel.8.0_144. Anyone >> >> > > know where >> >> > >> >> > I can get 8.1? >> >> >...
2016 May 30
5
[GSoC 2016] Capture Tracking Improvements - BackgroundInformation
Hey Scott, There has been quite a lot of research on capture tracking (aka escape analysis) for Java and other dynamic languages. See e.g.: https://wiki.openjdk.java.net/display/HotSpot/EscapeAnalysis http://docs.oracle.com/javase/7/docs/technotes/guides/vm/performance-enhancements-7.html http://dl.acm.org/citation.cfm?doid=320384.320386 Nuno -----Original Message----- From: Scott Egerton via llvm-dev Sent: Saturday, May 28, 2016 5:10 PM To: Philip Reames Cc: llvm-dev Subject: [llvm-dev] [GSoC 2016] Capture Tracking Impro...
2017 Sep 14
0
JRE 8.1 for CentOS6
> I have some software that says it requires JRE 8.1 or higher. That's very odd, since technically JRE 8 is java 1.8 (and JRE 7 is/was 1.7; JRE 6 was 1.6, et cetera). > If I go to http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-21331 55.html > and install jre-8u144-linux-x64.rpm I get jrel.8.0_144. Anyone know where I can get 8.1? http://javadl.oracle.com/webapps/download/AutoDL?BundleId=225344_090f390dda5 b47b9b721c7dfaa008135 should get you the 64-bit v1.8 build 144 of Java, which is indeed...
2017 Sep 14
0
JRE 8.1 for CentOS6
...some software that says it requires JRE 8.1 or higher. > > > > That's very odd, since technically JRE 8 is java 1.8 (and JRE 7 > > is/was 1.7; > > JRE 6 was 1.6, et cetera). > > > > > If I go to > > > > http://www.oracle.com/technetwork/java/javase/downloads/jre8-downlo > > ads-21331 > > 55.html > > > and install jre-8u144-linux-x64.rpm I get jrel.8.0_144. Anyone > > > know where > > > > I can get 8.1? > > > > http://javadl.oracle.com/webapps/download/AutoDL?BundleId=225344_09 > >...
2017 Sep 14
0
JRE 8.1 for CentOS6
...t;> > >>> > That's very odd, since technically JRE 8 is java 1.8 (and JRE 7 >>> > is/was 1.7; >>> > JRE 6 was 1.6, et cetera). >>> > >>> > > If I go to >>> > >>> > http://www.oracle.com/technetwork/java/javase/downloads/jre8-downlo >>> > ads-21331 >>> > 55.html >>> > > and install jre-8u144-linux-x64.rpm I get jrel.8.0_144. Anyone >>> > > know where >>> > >>> > I can get 8.1? >>> > >>> > http://javadl.or...
2017 Sep 14
0
JRE 8.1 for CentOS6
...> > >> > That's very odd, since technically JRE 8 is java 1.8 (and JRE 7 > >> > is/was 1.7; > >> > JRE 6 was 1.6, et cetera). > >> > > >> > > If I go to > >> > > >> > http://www.oracle.com/technetwork/java/javase/downloads/jre8-downlo > >> > ads-21331 > >> > 55.html > >> > > and install jre-8u144-linux-x64.rpm I get jrel.8.0_144. Anyone > >> > > know where > >> > > >> > I can get 8.1? > >> > > >> > http://j...
2011 Dec 01
2
JNLP app problems
Hey folks, I'm trying to use a 5.3 box to run some JNLP apps, but all I get is a view of XML. I try doing some googling and don't come up with much other than this one thread that says I may need both 32 and 64 bit Java to run JNLP. But it is not clear to me how to do that. thanks, -Alan -- ?Don't eat anything you've ever seen advertised on TV? ? ? ? ?? - Michael Pollan,
2010 Dec 07
2
Can't Get a game to run
Hey everyone, I am pretty new at this, I will be able to follow instructions though, just please don't leave out any steps. I am also using Ubuntu 10.04 On to the problem, I am attempting to run a game called Darkeden, The game installs fine using Wine, and everything looks good. When trying to run the game, I get a message saying "This application requires a Java Runtime Environment
2011 Aug 13
3
Japanese and Korean Fonts inside Wine.
I installed Ubuntu in English. How now, "Wine" to force to show the Korean (Hangeul) and Japanese (Hiragana/Katakana/kanji) fonts?.