search for: classpath

Displaying 20 results from an estimated 405 matches for "classpath".

2011 Jul 24
2
[LLVMdev] Unable to run a java class by j3
..., 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: > > > > > > 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        ...
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 > change. > As another solution, I used gcc-4.1...
2009 Nov 20
3
[LLVMdev] VMKIT problem
...ng 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 CLASSPATH FLAGS variable, I removed "//../"before "include"(CLASSPATH_FLAGS = -I/transient/nataraj/CompilerD/classpath-0.98*//../include*-I/usr/include/classpath) and made it "/classpath-0.98/include" After that the make file ran smoothly. Looks like that was a mistake, What...
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 Aborted " A...
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 http://llvm.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 then I notice there is no servlet.jar file, but instead a servlet-api.jar.. I change the command and it fails with the s...
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 `JnJVM_sun_misc_Unsafe_putLong__Ljava_lang_Object_2JJ':glibj-optimized.zip.bc:(.text+0x1a8c930): undefined reference to `Java_sun_misc_Unsafe_putLong__Ljava_lang_Object_2JJ'/home/shyam/classpath-0.97.2/lib/vmkit/Release+...
2010 Jun 29
1
[LLVMdev] problems building vmkit
...included from Assembly.cpp:21: VMClass.h:56: error: variable or field ‘TRACER’ declared void VMClass.h:140: error: variable or field ‘TRACER’ declared void ... 2) For ./configure --with-llvmsrc=/home/zoewolk/RESEARCH/LLVMSystem/llvm --with-llvmobj=/home/zoewolk/RESEARCH/LLVMSystem/llvm --with-gnu-classpath-glibj=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-gnu-classpath-libs=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-llvmgcc=/home/zoewolk/RESEARCH/LLVMSystem --with-gc=mmtk It makes it much farther but stops here: ... make[2]: Leaving directory `/home/zoewolk/RESEARCH/vmkit/mmtk/java...
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 variabl...
2002 Aug 09
2
error starting SJava: classpath
...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() Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find the Omegahat interface manager class. Check you classpath! > Javaconfig() Error: couldn't find function "Javaconfig" > JavaConfig() Error: couldn't find function "JavaConfig" > tmp <- javaConfig() > tmp$classPath [1] "E" [2] "\\Program Files\\R\\rw1051\\library\\SJava\\org\\omegahat\\In...
2011 Jul 20
0
[LLVMdev] Unable to run a java class by j3
...p 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 > 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...
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) Environment: RWin 1.5.1 (install from binaries) OS Win 2000 SP3 jdk 1.4.0 (could this be it?? I saw requirement for 1.2 or 1.3 - I wouldn't think this is the problem) SJavaWin_0.62-8 binary...
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 -Wmissin...
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...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 >> --with-gnu-classpath-libs=/usr/local/classpath/lib/classpath > > checking build system type... x86_64-unknown-linux-gnu > > checking host system type... x86_64-unknown-linux-gnu > > checking target system type... x86_64...
2012 Nov 16
3
[LLVMdev] Making VMKit2
....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/ --with-gnu-classpath-libs=/home/ela/Desktop/classpath-0.97.2/lib/ --with-gnu-classpath-glibj=/home/ela/Desktop/classpath-0.97.2/lib/ --with-mmtk-plan=org.mmtk.plan.marksweep.MS --with-classpath-impl=gnuclasspath --with-openjdk-path=/usr/lib/jvm/jav-gcj/ Then, the end part of the output is as follows:   make[2]: Enterin...
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 use these arguments to configure my VMKit: ./configure --prefix=/home/lhtseng/llvm --with-llvmsrc=/home/lhtseng/llvm/src/llvm...
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...
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
...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/ --with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip--with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/ and the problem persists Foivos On 07/06/12 16:54, Nicolas Geoffray wrote: > Hi Fovios, > > On Thu, Jun 7, 2012 at 3:51 PM, Foivos <fivosz at gmail....
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 any error m...
2012 Nov 19
0
[LLVMdev] Making VMKit2
...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/ --with-mmtk-plan=org.mmtk.plan.marksweep.MS --with-gnu-classpath-glibj=/home/elaheh/Desktop/classpath-0.97.2/lib/glibj.zip --with-gnu-classpath-libs=/home/elaheh/Desktop/classpath-0.97.2/lib/ --with-classpath-impl=gnuclasspath next:   elaheh at elaheh-Lenovo-G470:~/Desktop/vmkit2$ make VERBOSE=1 ENABLE_OPTIMIZED=1 ...             then /bin/mv -f "/home/el...