You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error occurred during initialization of VM
agent library failed to init: instrument
Error opening zip file or JAR manifest missing : D:\Program
It seems it cannot find the jar file(s). Do they have to be included in every project? It seems to be looking for the file D:\Program which does not seem to make sense.
Any help would be appreciated as InTrace seems like the perfect tool for my needs.
Prasun
The text was updated successfully, but these errors were encountered:
Building this subdirectory using ant, got it working for me. The prepackaged releases resulted in this error. On top of that these executable binaries are no longer directly available at the main website, so I had to obtain those -faulty- ones from binaries directory as they're neither published at the releases section, nor linked at the main website for download whose file hosting is giving Error: Server Error for me.
I have now officially taken my eclipse update sites offline as per my note at the top of https://mchr3k.github.io/. You can fetch these binaries directly from the github repos which held all the files which were in these update sites.
Hi, I tried using InTrace, both the command line and the Eclipse plug-in. I can get the plug-in working on the command line:
D:\dewan_backup\Java\WarmupProject\bin>java -javaagent:D:\dewan_backup\Java\lib
intrace-agent.jar warmup.AGreeter
Loaded InTrace Agent.
InTrace Agent listening on port 9123
Hello World
null
However, the Eclipse Plug-In gives the message:
Error occurred during initialization of VM
agent library failed to init: instrument
Error opening zip file or JAR manifest missing : D:\Program
It seems it cannot find the jar file(s). Do they have to be included in every project? It seems to be looking for the file D:\Program which does not seem to make sense.
Any help would be appreciated as InTrace seems like the perfect tool for my needs.
Prasun
The text was updated successfully, but these errors were encountered: