Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
First, I am not a programmer, now the background to my question. I have a photo in JPG format that I have been asked to convert to a series of holes. I then have to burn the hole pattern (at a distance you can see the face in the pattern) in a mild steel plate. I need a program to convert the JPG to a vector file where the diameters of the holed are proportional to the darkness of the photo. I have found an open source program, StippleGen_2, that does this and on downloading it found that it is designed to run on Linux, MacOSX, and Windows.
I only have Windows. When I tried to run the exe file I was told that I needed Java. I downloaded JRE and installed it. I hope that this introduction explains the non technical phrasing of my question.

When I try to run StippleGen_2.exe in Windows 7 I get the message
“C:\ProgramData\Oracle\Java\javapath\javaw.exe
Unspecified Error”

On pressing OK I get a dialog box titled "Processing error" with the message
“Error calling ShellExecuteEx()”

On a friend’s MacBook the program ran successfully. The developers of StippleGen say that it runs OK on their Windows 7

I have reinstalled Java, changed browser from Internet Explorer to Google Chrome, done the same on a second PC and I still get the same messages.

Java JRE is on C:\ and StippleGen is on D:\ - Could this be the problem?

What should I try next?
Regards
Patch
Posted
Updated 22-Jan-15 8:34am
v2
Comments
Sergey Alexandrovich Kryukov 22-Jan-15 11:55am    
Nothing. Programming is not done by trial. You provided no useful information, so how can you hope for help?
—SA
BacchusBeale 22-Jan-15 15:09pm    
Have you added the path to Java JRE in your environment variables? Do this first.
Since the program is open source, install NetBeans and import the project and build it.
Then try to run it.
Pandu Rang 4-Feb-15 8:51am    
Please run these two commands from d:\ drive a) java -version, b)javac. And also see does the StippleGen has any readMe file which tell about the detail it require to run on windows machine.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900