Have you installed Java on the actual guest XP vm? It doesn't "inherit" all your host (win7) OS settings. It's a "clean machine" as far as it knows. So you have to install JDK, set the JAVA_HOME setting (possibly) and the PATH to point to JAVA_HOME/bin, etc. Just like on any other windows machine. You can share a drive from your host to your guest... did you install any VM tools? I use VirtualBox myself, used to use VMWare. Both offer some tools you have to install on the guest OS in order for sharing of files/folders to work, as well as copy/paste between guest OS and other guest OSs (that may be running in other VMs) and the host OS.
On Sun, Jan 31, 2010 at 8:11 AM, Rc3375 <[email protected]> wrote: > Here's what has been done: > 1. Window's7 HOME EDITION came with this new laptop (TOSHIBA). > 2. UPGRADED to WINDOWS XP virtual machine (and installed it). > 3. Created a shortcut to Eclipse(which resides on C:\Eclipse) on the > virtual machine(WINDOWS XP). > 4. Fired up WINDOWS XP virtual machine. > ------------------------------------------------------- > When the short cut to Eclipse is clicked (on the virtual machine) an > error message comes back > saying that JAVA cannot be found. So what we are looking for is there > anyone who knows how to: > A) Create a path that the VIRTUAL machine will be able > to use, and points to the path(environment settings) that already > resides on drive C: > B) OR, create a new path that the virtual machine uses when in use. > > All of this is being TRIED, because there is still the problem that > when ECLIPSE is tried on > drive C:, the error message is "CANNOT PARSE ADB VERSION", comes up. > Which we have > tried all combinations trying to fix this problem. Not sure if it's a > WIN7 issue, ECLIPSE problem, > OR the computer is smarter than we are! > > Thanks to all for the help. > Rc3375 > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

