Question : Getting eclipse to run on vista with xampp install

I have spent the last three days trying to get eclipse to run on vista using the xampp install but am having little success for every time that I run the

I have included the phpinfo page if that is any good, just need to figure out what is not correct to get the system running. any help would be appreiated.
eclipse Version: 3.4.1
Build id: M20080911-1700
PHP Version 5.2.8
Welcome to XAMPP for Windows Version 1.7.0 !

I do have the question posted in different build configurations but this is the latest on any help in getting this damn thing running would be appreciated
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
xdebug
xdebug support	enabled
Version 	2.0.3
 
Supported protocols	Revision
DBGp - Common DeBuGger Protocol 	$Revision: 1.125.2.4 $
GDB - GNU Debugger protocol 	$Revision: 1.87 $
PHP3 - PHP 3 Debugger protocol 	$Revision: 1.22 $
 
Directive	Local Value	Master Value
xdebug.auto_trace	Off	Off
xdebug.collect_includes	On	On
xdebug.collect_params	0	0
xdebug.collect_return	Off	Off
xdebug.collect_vars	Off	Off
xdebug.default_enable	On	On
xdebug.dump.COOKIE	no value	no value
xdebug.dump.ENV	no value	no value
xdebug.dump.FILES	no value	no value
xdebug.dump.GET	no value	no value
xdebug.dump.POST	no value	no value
xdebug.dump.REQUEST	no value	no value
xdebug.dump.SERVER	no value	no value
xdebug.dump.SESSION	no value	no value
xdebug.dump_globals	On	On
xdebug.dump_once	On	On
xdebug.dump_undefined	Off	Off
xdebug.extended_info	On	On
xdebug.idekey	Dicksmith Miranda	no value
xdebug.manual_url	http://www.php.net	http://www.php.net
xdebug.max_nesting_level	100	100
xdebug.profiler_aggregate	Off	Off
xdebug.profiler_append	Off	Off
xdebug.profiler_enable	On	On
xdebug.profiler_enable_trigger	Off	Off
xdebug.profiler_output_dir	C:\xampp\tmp	C:\xampp\tmp
xdebug.profiler_output_name	cachegrind.out.%p	cachegrind.out.%p
xdebug.remote_autostart	Off	Off
xdebug.remote_enable	On	On
xdebug.remote_handler	dbgp	dbgp
xdebug.remote_host	localhost	localhost
xdebug.remote_log	no value	no value
xdebug.remote_mode	req	req
xdebug.remote_port	10000	10000
xdebug.show_exception_trace	Off	Off
xdebug.show_local_vars	Off	Off
xdebug.show_mem_delta	Off	Off
xdebug.trace_format	0	0
xdebug.trace_options	0	0
xdebug.trace_output_dir	/tmp	/tmp
xdebug.trace_output_name	trace.%c	trace.%c
xdebug.var_display_max_children	128	128
xdebug.var_display_max_data	512	512
xdebug.var_display_max_depth	3	3

Answer : Getting eclipse to run on vista with xampp install

Hello,

You can run the eclipse by just double clicking the Ecilpse icon from the folder in which it is installed.

Or you can get it in the windows start button(Program lists).

Here is some video tutorials:

http://osde-info.vox.com/library/post/eclipse-video-tutorials.html

Regards.
Random Solutions  
 
programming4us programming4us