• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

help regarding eclipse plugin, VM arguments

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I am developing a plugin which takes another project's classes. I have succeeded in importing the other project's classes to the plugin project. The project which I have imported rely on 2 jar files and a .dll file for it to work,the path of the .dll, i give it as VM arguments in the stand alone project, but when I incorporate it with the plugin project it gives me a "Unhandled event loop exception". Can someone please tell me as to how to define the VM settings of the plugin project. Is it something that i need to do with the manifest.MF file, the name of the .dll is jawin.dll,
thanks in advance
vijai
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your dll file should not be imported, it should be entered in the setting of VM parameters only.
Try to find the Plugins option avialable in EClipse there attach that .dll file. I think that will solve your problem if that is only occuring because of .dll file.
 
Vijaishanker bala
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was unable to find the plugin option wherein i could attach the .dll file. Can you please tell me as to where I can find that option. I had put the path of the .dll file in the VM arguments, but still not working. With the path of .dll in the stand-alone project, it worked fine, but not as a plugin.Please help

vijai
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure what this has to do with GUI stuff. Sounds Eclipse specific so I'll move it to our IDE forum...
 
Ranch Hand
Posts: 1170
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if there are any vm settings that would apply for runtime only. In that case go to your launch configuraiton. its a button in the button bar. one is run and one is debug, either one should have a '...' which you should press IIRC.
 
author & internet detective
Posts: 42162
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Books",
Welcome to JavaRanch!

We're pleased to have you here with us in the IDEs forum, but there are a few rules that need to be followed, and one is that proper names are required. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks,
Jeanne
IDEs Forum Bartender
 
reply
    Bookmark Topic Watch Topic
  • New Topic