• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

JPVM

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hallo all, I want to use JPVM(Java Parallel Virtual Machine) in my project. I have it in the classpath. Java is also set in the path variable. when tryign to compile the test Hello program at:
jpvm > java hello
it returns: java hello: not found

Any help on this is highly appreciated.
 
Douglas Odida
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please some one help me out with these problem. I still can't get my programs running or atleast attempting to run. I have gone through the manual and already set the "java_exec" variable to the full path of "java.exe" but the error is the same.
 
Ranch Hand
Posts: 273
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Compilation is done using "javac" not "java". Anyways, can you please copy/paste the path info?

thanks,
Guru
 
Douglas Odida
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Gurumurthy,
Am currently away on a work trip, so am away from my main machine, But i'll post you the path as soon as i can. But from memory my javac path should be:
C:\\program files\java\jdk1.6\bin\javac.exe
I had earlier set the variable in "jpvmDaemon.java" to this string but i still couldn't access java.
Any help on this
Thanks again
 
Douglas Odida
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hallo Guru, my classpath on my winxp box is c:\program files\java\jpvm .The variable in 'jpvmDaemon.java, is "java_exec" which i set to my local java path. Am replying from a cell phone so all may not be aligned but thats about it. Any help is appreciated, thanks.
 
Douglas Odida
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hallo,
Was able to get jpvm working by configuring it as a library in Netbeans.
Thanks
 
Squanch that. And squanch this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic