Displaying 20 results from an estimated 405 matches for "classpaths".
Did you mean:
classpath
2011 Jul 24
2
[LLVMdev] Unable to run a java class by j3
Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes:
>
>
> Did you link the shared libraries? (step 2).
>
> Also, can you send me your configure option?
>
> NicolasOn Wed, Jul 20, 2011 at 3:45 PM, Sarah <sarah.berenji <at> gmail.com>
wrote:
> Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes:
> >
> >
>
2011 Jul 24
0
[LLVMdev] Unable to run a java class by j3
Hi Sarah,
On Sun, Jul 24, 2011 at 6:28 AM, Sarah <sarah.berenji at gmail.com> wrote:
>
> I created links in "/usr/local/classpath/lib" where my classpath objects
> are
> installed. Since it didn't work I tried these paths too: in classpath's
> source
> "/usr/local/classpath-0.97.2/lib" & also in "/lib"!! The error didn't
>
2009 Nov 20
3
[LLVMdev] VMKIT problem
Hi Nicolas,
I'm running it on Kubuntu.
Now that you mention it I did have a problem during vmkit setup. After
running the ./configure file with all the options I ran the make file it was
giving this error:
make[3]: ***
[/.automount/root/exports/transient/nataraj/Project/vmkit-0.25/lib/Mvm/Runtime/Release/EscapeAnalysis.o]
Error 1
"
So I went into Makefile.common and modified GNU
2009 Nov 20
2
[LLVMdev] VMKIT problem
Thanks Nicolas, Gaël
I followed your instructions and installed compatible versions of llvm,
vmkit and GNU Classpath also I unzipped glibj.zip and pointed GNU Classpath
lib variable to the the unzipped files during vmkit configure. That error
has vanished.
Now when I run jnjvm or vmkit in Release/bin on any file I'm getting a new
error :
" terminate called without an active exception
2011 Jul 20
2
[LLVMdev] Unable to run a java class by j3
Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes:
>
>
> Hi Sarah,
>
> You should use classpath 0.97.2 and not 0.98 (isn't the error message obvious?
).
> So please try with classpath 0.97.2, and let me know if it works.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev <at> cs.uiuc.edu
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
2012 Jul 09
1
[LLVMdev] Error generating a executable using llcj
I installed vmkit-0.29 and tried to generate a executable using llcj
I generated the libvmjc and updated the library path
export LD_LIBRARY_PATH=$(VMKIT_OBJ)/Release/lib
llcj --main=hello hello.class -o hello
but i am getting the following error
/home/shyam/classpath-0.97.2/lib/vmkit/Release+Debug/lib/libvmjc.a(glibj.zip.o): In function
2010 Jun 29
1
[LLVMdev] problems building vmkit
Hi All,
Thanks Nicolas for pointing out that I needed --enable-targets=x86,cpp for
my
llvm config to get vmkit to build. The process gets a lot farther but fails
in
different places depending upon the vmkit config (Can you please see the
three
case below?).
My machine is a intel core i7 running ubuntu karmic and gcc 4.4.1.
What arch/OS/distro/gcc do you all have VMKit working on?
thanks for
2009 Nov 20
0
[LLVMdev] VMKIT problem
Have you created the symbolic links to GNU Classpath .so? ie step 2 of
http://vmkit.llvm.org/get_started.html?
Nicolas
Nataraj Sundar wrote:
> Thanks Nicolas, Gaël
>
> I followed your instructions and installed compatible versions of llvm,
> vmkit and GNU Classpath also I unzipped glibj.zip and pointed GNU
> Classpath lib variable to the the unzipped files during vmkit
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()
2011 Jul 20
0
[LLVMdev] Unable to run a java class by j3
Did you link the shared libraries? (step 2).
Also, can you send me your configure option?
Nicolas
On Wed, Jul 20, 2011 at 3:45 PM, Sarah <sarah.berenji at gmail.com> wrote:
> Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes:
>
> >
> >
> > Hi Sarah,
> >
> > You should use classpath 0.97.2 and not 0.98 (isn't the error message
2002 Aug 29
3
running SJava
Folks,
Having problems getting started with SJava and request help.
I get this error when running .JavaInit() (within RGui 1.5.1, on Windows
2000):
Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find
the Omegahat interface manager class. Check you classpath!
(Before you right back saying read the emails, please read further - in
short, been there, done that)
2009 Nov 20
1
[LLVMdev] VMKIT problem
Yes I did, one thing worth mentioning is on running configure for GNU
Classpath towards the end
this error is displayed and it crashes, I assumed it was okay and went to
create the symbolic links and
completed the rest of the process with vmkit mentioned in Getting Started as
instructed:
-I../../../native/jni/native-lib -W -Wall -Wmissing-declarations
-Wwrite-strings -Wmissing-prototypes
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
To compile vmkit on Ubuntu 12.04 64-bit machine, I followed the steps
giving here <http://vmkit.llvm.org/get_started.html>[1].
but when I run ./configure I am getting following error-
root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# ./configure
>> -with-llvm-config-path=../llvm-3.3.src/configure
>> --with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/glibj.zip
2012 Nov 16
3
[LLVMdev] Making VMKit2
Hi,
I’m trying to
make VMKit & J3 on Ubuntu. I have followed the instructions at http://vmkit2.gforge.inria.fr/start.php.
But after configuring vmkit2, when I’m making it using make
ENABLE_OPTIMIZED=1, I receive the following:
1) With this configuration:
ela at ela-VirtualBox:~/Desktop/vmkit2$
./configure --with-llvmsrc=/home/ela/Desktop/llvm/
--with-llvmobj=/home/ela/Desktop/llvm/
2010 Sep 28
1
[LLVMdev] [VMKit-2.7] libvmjc.so building problem
I followed instructions in this page to setup my environment:
http://vmkit.llvm.org/get_started.html
My llvm, llvm-gcc, and vmkit are not SVN version.
All of them are downloaded from this page:
http://llvm.org/releases/download.html#2.7
GNU classpath is downloaded from:
ftp://ftp.gnu.org/gnu/classpath/classpath-0.97.2.tar.gz
PNet & PNetlib are not used because I just want the JVM.
I
2009 Nov 20
0
[LLVMdev] VMKIT problem
Hi Nataraj,
You're using incompatible versions of vmkit and GNU Classpath. First,
you should use vmkit 0.26 and llvm 2.6 (at least, -- use trunk if there
are problems). Second, you should use GNU Classpath 0.97.2.
Good luck!
Nicolas
Nataraj Sundar wrote:
> Hi Nicolas,
>
> I'm running it on Kubuntu.
>
> Now that you mention it I did have a problem during vmkit setup.
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
Hi Nicolas,
I thought MMTk is written in java and it is compiled by javac.
retried a clean build with JIT enabled
llvm configuration
../../llvm/configure --enable-doxygen --enable-optimized --enable-jit
vmkit configuration
../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/
--with-llvmobj=/home1/public/zakkak/java/llvm/
2010 Apr 06
2
[LLVMdev] VMKit assertion failure
Hi Nicolas,
> Did you compile vmkit with llvm-gcc or gcc? Did you make sure the
> path to GNU Classpath is correct in your configure command?
I let the configure script of VMKit do its work and it decided to use
gcc, the gcc 4.0.1 that is part of Apple's XCode distribution for
MacOS 10.5. There is no llvm-gcc anywhere on my machine. Should I have
one? I did install llvm without
2012 Nov 19
0
[LLVMdev] Making VMKit2
Hi Nicolas,
I am so sorry for the questions. According to you, I built VMKit2 on Ubuntu11.10-desktop-amd64 on Intel(R) Corei5, and the previous problem solved. But another one appeared! With the following configuration:
elaheh at elaheh-Lenovo-G470:~/Desktop/vmkit2$ ./configure --with-llvmsrc=/home/elaheh/Desktop/llvm/ --with-llvmobj=/home/elaheh/Desktop/llvm/