This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: swank-kawa.scm


'((kawa ("java"
               "-Xss450k" ; compiler needs more stack
           "-cp" "C:/kawa/kawa-1.13.1-7491.jar;C:/Program
Files/Java/jdk1.7.0_15/lib/tools.jar;"
           "-Djava.libarary.path=C:/Program
Files/Java/jdk1.7.0_15/jre/bin/attach.dll" ;; <============= added
this
           "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n"
           "kawa.repl" "-s")

still the same. not sure what is wrong now.

On Mon, Apr 22, 2013 at 4:20 PM, Helmut Eller <eller.helmut@gmail.com> wrote:
> On Mon, Apr 22 2013, Chuah Teong Leong wrote:
>
>> seems like the pid is getting passed in now, however I still get the
>> same error message.
>>
>> not sure what this is trying to say
>> java.util.ServiceConfigurationError:
>> com.sun.tools.attach.spi.AttachProvider: Provider
>> sun.tools.attach.WindowsAttachProvider could not be instantiated:
>> java.lang.UnsatisfiedLinkError: no attach in java.library.path
>
> Maybe adding -Djava.library.path would help:
> http://osdir.com/ml/clojure/2011-12/msg00267.html
>
> Helmut


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]