I have to use Dart in a windows network environment.
I want to run Dart Editor, or Dart as an extension for Eclipse in my local directory (here G:\ )
When I try to open Dart Editor I get the following:
Failed to load the JNIshared library "C:\Program Files(x86)\java\jre7\bin\client\jvm.dll"
But this path should actually work.
My DartEdtior.ini files looks like this:
-data
C:\Program Files (x86)\java\jre7\bin\client\DartEditor
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-Xms40m
-Xmx1024m
When I try to use Dart Editor (32 bit) I get:
An error has occurred. See the log file: ...
When I want to use Dart-SDK (64-bit) in Eclipse, I get (translated error message):
(I think this is becouse the library is 32 bit)
C:\eclipse\dart-sdk.zip (Acess forbidden)