I had the 6.0 JRE installed, but even after uninstalling and using the 5.0 JRE,
I get the same problem.
Your batch file looks just like mine, so I'm starting to run out of ideas.
--- In "eric.robishaw" <> wrote:
>
> Also, make sure you have a working Java Runtime (JRE) installed.
>
> The eclipse site says you need JRE version 5.
> http://www.eclipse.org/downloads/moreinfo/jre.php
>
> Assuming you already have JRE running, you can open the Java Control Panel to
> the advanced tab and set some parameters that may help you debug the issue,
> like Debugging>>Enable Tracing, and Java console>Show Console.
>
> If all that is correct, take a look at my runEclipse-Win.bat file below, it
> seems like I had made some other changes to get it working and don't remember
> what.
>
>
> @echo off
>
> echo Technologic Systems
> echo Eclipse-based development environment for TS-7800 ARM platform
>
> echo Setting ARM cross-compiling and Java environment...
> SET PREFIX=D:\DEV\Tools\Linux
> SET CLASSPATH=%CLASSPATH%;%PREFIX%\devel-tools\java-win\jre\lib
> SET
> PATH=%PATH%;%PREFIX%\devel-tools\java-win\jre\bin;%PREFIX%\devel-tools\java-win\bin;%PREFIX%\devel-tools\crosstool-win\bin;%PREFIX%\devel-tools\crosstool-cygwin\bin;%PREFIX%\devel-tools\cygwin
>
> echo Loading Eclipse CDT...
> %PREFIX%\devel-tools\eclipse\eclipse.exe
>
> cls
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|