jinyulkim / xjperf

Automatically exported from code.google.com/p/xjperf
0 stars 0 forks source link

Jperf doesn't show the interface #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Download jperf 2.0.2 
2.Edit jperf.bat 
3.

What is the expected output? What do you see instead?
The program seems to be running but there is no user interface

What version of the product are you using? On what operating system?
jperf-2.0.2, Windows 8.1 Update 1

Please provide any additional information below.

Editet parameters on jperf.bat

echo %PROCESSOR_ARCHITECTURE%
echo 64bit
Set "JPATH=%programfiles(x86)%"
rem Pause
)
SET "JPATH=%JPATH%\Java\jre7\bin" 
echo JPATH is %JPATH%

I change the Java folder jre7 instead of jre6

When it runs, appears a cmd console saying
AMD64
64bit
JPATH is C:\Program Files (x86)\Java\jre7\bin

then it closes, but there is no interface showed

Original issue reported on code.google.com by Erlingto...@gmail.com on 13 May 2014 at 7:49

GoogleCodeExporter commented 8 years ago
Similar problem, but I managed to get it working.
Full batch file output is attached.
The only thing that is frustrating me is cleanly launching it by closing off 
the spawned command prompt window (only because I am OCD).

Original comment by dean.ber...@gmail.com on 22 Aug 2014 at 8:49

Attachments: