I'm having trouble with the 1st step, getting a working VM with the
usual build.bat script...
On Apr 25, 2007, at 11:20 PM, Mikhail Fursov wrote:
Nathan,
before trying MSVS project files check that you can get valid VM
working
with a usual 'build/build.bat' script.
After you have it use build/custom/msvc2003 folder (for 32-bit
Windows) and
rebuild the whole soltion from there.
If everything is working after these 2 steps - there will be no
problems
rebuilding single files/projects with MSVS solution.
On 4/26/07, Nathan Beyer <[EMAIL PROTECTED]> wrote:
How are you setting the classpath? Where is the class file for your
class? I would have expected something more like this. "java -cp
sorts.jar BidirectionalBubbleSort" of a file path instead of the JAR.
-Nathan
On 4/25/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote:
> I tried to run a class file and I see the following on the
command line:
>
> D:\neelakan\trunk\working_vm\build\win_ia32_msvc_debug\deploy\jdk
\jre
> \bin>java BidirectionalBubbleSort
> Failure to open JIT dll D:\neelakan\trunk\working_vm\build
> \win_ia32_msvc_debug\deploy\jdk\jre\bin/default/\jitrino.dll
-1073021795
> apr code: Unknown error
> EM: JIT library loading error:'D:\neelakan\trunk\working_vm\build
> \win_ia32_msvc_debug\deploy\jdk\jre\bin/default/\jitrino.dll'
>
> And the following abort message pops up (screen grab):
> http://freya.cs.uiuc.edu/~neelakan/abort_message.tiff
>
> Naveen
>
> On Apr 25, 2007, at 10:13 PM, Vladimir Ivanov wrote:
>
> > Seems, it is OK now (ws was updated yesterday).
> > Just run it with some class file.
> > thanks, Vladimir
> >
> > On 4/26/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote:
> >> I am trying to get a windows development environment setup to
track
> >> down a bug (HARMONY-1788), but I'm having trouble.
> >>
> >> I managed to build the classlib and drlvm on Windows 2003 using
> >> Visual Studio .NET 2003 and the eclipse JDK, but whenever I
try to
> >> run the vm, I see the following:
> >>
> >> D:\neelakan\trunk\working_vm\build\win_ia32_msvc_debug\deploy
\jdk\jre
> >> \bin>java
> >> Harmony Java launcher
> >> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache
> >> Software Foundation or its licensors, as applicable.
> >> java [-vm:vmdll -vmdir:dir -D... [-X...]] [args]
> >>
> >> Help? I'm totally clueless on Windows...
> >>
> >> Naveen
> >>
>
>
--
Mikhail Fursov