Displaying 20 results from an estimated 5000 matches similar to: "explain strange behavior"
2008 Apr 23
4
[LLVMdev] Error trying to build llvm-gcc
Hi,
I was trying to build llvm-gcc by following the instructions as given in
this webpage : http://llvm.org/docs/GCCFEBuildInstrs.html
on Ubuntu 7.10. At step 5 (make ENABLE_OPTIMIZED=0), I am getting make
errors:
make[2]: Leaving directory
`/home/pprabhu/llvm/llvm-objects/i686-pc-linux-gnu/libjava'
/home/pprabhu/llvm/llvm-objects/gcc/gcj
-B/home/pprabhu/llvm/llvm-objects/gcc/
2008 Apr 23
0
[LLVMdev] Error trying to build llvm-gcc
Prakash Prabhu wrote:
> Hi,
>
> I was trying to build llvm-gcc by following the instructions as given
> in this webpage : http://llvm.org/docs/GCCFEBuildInstrs.html
> on Ubuntu 7.10. At step 5 (make ENABLE_OPTIMIZED=0), I am getting make
> errors:
>
> make[2]: Leaving directory
> `/home/pprabhu/llvm/llvm-objects/i686-pc-linux-gnu/libjava'
>
2009 Apr 02
1
Start Klimt from R
Hello,
I want to start Klimt from S.Urbanek directly from R.
In the description of klimt is the following R-Code:
source("klimt.r");
d<-read.table("mydataset.txt");
t<-tree(OUT2~.,d);
Klimt(t,d);
One should make sure, that the klimt.jar is in the working directory of R
(in my case "C:\Program FilesR\R-2.8.1" I think).
But although I copied klimt.jar into
2012 Jul 12
11
Announce: PuppetDB 0.9.2 Available
PuppetDB 0.9.2 is the third beta release on the road to 1.0. Changes
include new features and bug fixes. For details on changes
in this release, please see the release notes below.
# Downloads
Available in native package format at
http://yum.puppetlabs.com
http://apt.puppetlabs.com
Source (same license as Puppet): http://github.com/puppetlabs/puppetdb
Available for use with Puppet
2019 Jan 03
10
Runnable R packages
Dear all,
I?m working as a data scientist in a major tech company. I have been using
R for almost 20 years now and there?s one issue that?s been bugging me of
late. I apologize in advance if this has been discussed before.
R has traditionally been used for running short scripts or data analysis
notebooks, but there?s recently been a growing interest in developing full
applications in the
2008 Apr 23
1
[LLVMdev] Error trying to build llvm-gcc
Thanks for the quick reply, Edwin.
I tried with --enable-languages=java and it still fails with the same error:
../llvm-gcc/configure --enable-languages=java,c++,c --prefix=/usr/local
make ENABLE_OPTIMIZED=0
Actually I found that when I manually add /usr/share/java/libgcj-4.2.jar to
the classpath to the failed command, it seems to work:
/home/pprabhu/llvm/llvm-objects/gcc/gcj
2016 Aug 10
1
XRDB not in our centos6.8 build
I am a bit baffled on this.
We recently rebuilt all our servers to CentOS release 6.8 (Final) from
a prior 6.x centos release. We ran into a couple of problems such as
Java not working (just had to yum install java). It was installed, but
unable to create a java machine, until I yum install java solved the
problem.
But now a user (the big boss) is receiving xrdp errors. And it appears
2011 Jun 26
1
RJDBC and multiple classpaths
Corect me if this is not the right place to post this.
I have a mdbdriver.jar (to access an MSAccess file) under Linux. I bought
the license from http://www.csv-jdbc.com/ guys. The driver work fine when
tested with DBVisualizer or another JDBC thing.
The problem is that driver needs 3 other more jar files to work. Under R I
have tried this and does not work:
> library(RJDBC)
Loading required
2007 Nov 14
1
Installing java on CentOS 5
strugging with things here...
tried tracking the info on the Wiki (which apparently is now in need of
a maintainer)...
http://wiki.centos.org/HowTos/JavaOnCentOS
My primary interest is using Xalan/Saxon/xslt/xsl-fo docbook generation.
I was thinking that all I really need is jre but downloaded both jre and
jdk just in case.
can anyone tell me what I'm doing wrong? (after removing both jdk
2007 Sep 27
2
rJava and RJDBC
I am desperate for help.
I am trying to get the RJDBC and rJava .5to work on both my windows xp
and linux Redhat EL5 Server. On both I get a
ava.lang.ClassNotFoundException when calling JDBC().
My example is
require(RJDBC)
classPath='C:\\libraries\\mysql-connector-java-5.1.3-rc\\mysql-connector-java-5.1.3-rc-bin.jar'
driverClass=c("com.mysql.jdbc.Driver")
drv <-
2013 Feb 01
2
Opening a jar file from the desktop
I have java-1.7.0-openjdk installed on a CentOS-6.3 x86_64 system. On
my desktop I have a jar file containing a calculator program which
runs fine on CentOS-5 and on MS-Windows machines.
On the CentOS-6 system when I right-click on the jar file and say open
with java nothing apparently happens. When I double-click on it then
I see a file browser window offering to extract the contents but there
2010 Jan 28
2
Starting a java applet from the desktop
CentOS-5.4 i86_64
I have a calculator applet on my desktop (superbcalc.jar). When I
double click on it I get no response. If I right click and select
open with java I get no response. If I open a terminal window and
cd to Desktop and type java -jar superbcalc.jar then the applet
opens.
Does anyone have any idea why I am seeing this behaviour? There are
no messages in the syslog file relating
2002 Aug 09
2
error starting SJava: classpath
Dear R experts,
Sorry, I am resending this, since I have not received this mail myself for
the past 5 hours.
I saw a similar question dated July 2. But there is no answer to it. Does
anybody have a solution to it?
I am using window NT, and the R version is 1.5.1, the SJava package is the
binary version SJavaWin_0.62-8.zip.
Here are the error message:
> library(SJava)
> .JavaInit()
2010 Dec 23
1
tomcat errors starting after upgrade from cent5.3 to 5.5 (/rebuild-jar-repository: error: Could not find)
We just upgraded Cent from 5.3 to 5.5 on a bunch of servers with
little to no issues (kudos to you guys) except on a few servers where
it appears we are having a problem w/ the Tomcat upgrade. Previously
our application server was working fine under 5.3 with Tomcat/Java
installed as such:
java-1.4.2-gcj-compat-1.4.2.0-40jpp.115
java-1.6.0-openjdk-1.6.0.0-0.30.b09.el5
2016 Aug 04
1
[PATCH] build: add simple custom silent rules for automake
Add makefile variables to enable silent rules for simple command
invocations, such as ocamlc, ocamlopt, javac, and erlc.
This reduces the log output when building with silent rules, still
showing the full command lines otherwise.
---
erlang/Makefile.am | 2 +-
java/Makefile.am | 6 +++---
ocaml/Makefile.am | 14 +++++++-------
subdir-rules.mk | 20 +++++++++++++++++---
4 files changed,
2002 Oct 24
1
Rjava failing to initialize in Windows 2000
Dear Any,
I am trying to initialise Rjava with the objective of running ORCA within R.
I am running R1.5.1 on Windows2000 and get the same problem with Sun
Java run time jre-1.2.2_013
Java j2re-1.4.1_01
Microsoft Java Virtual Machine Build 3805
.JavaInit() is failing at :
.C("s_start_VM", as.character(classPath), as.character(classPath),
2010 Dec 09
1
how to run a command on a specific vnc display
Hello,
I'm using selenium rc for automated testing on a centos box.
working on the box itself has no problem as long as i start the server through terminal.
though if i wanted to run tests remotely i have a problem with firefox not knowing on which display to run.
i have a vnc client running on port 1 (5801/5901)
I've tried the following:
export DISPLAY=1 ; java -jar
2006 Aug 22
4
Struggling with javac
I've installed jdk-1_5_0_08-linux-i586.rpm and Tomcat.
Working through some initial test install programs, I am finding that I
can't seem to compile .java files into classes.
For instance...
javac -classpath /usr/local/tomcat/common/lib/servlet.jar HelloWorld.java
as instructed fails with a
gij: unrecognized option -- `-classpath'
Try `gij --help' for more information.
So
2013 Feb 26
5
Glassfish automatic installation in Puppet
Hi All,
Can any one help to install my jar file automatically,
When I tried to install /usr/bin/java -Xmx256m -jar
/gx/mnt/software/Vidispine/Components/glassfish-installer-v2.1.1-b31g-linux.jar,its
is asking for confirmation like Accept or Decline? [A,D,a,d]. So how can I
pass answer with command.
Please find my puppet code below
exec { ''glassfishInstaExe'':
2009 Jan 10
1
Help needed for Loading "tm" package
Howdy Gurus again
Thanks to Tony.Breyal, I was able to writing the following script for
analyzing a text document.
But I got an error with "tm' package. I don't why I got the error from the R
script below. I think I followed proccess of R tm manual.
I use R v2.8.1. and tm_0.3-3.zip under Win XP.
Thanks in advance,
Kum Hwang
> # setting directory
> my.path