Question

I installed JBoss Developer Studio 7 in my MacBook with Mac Os X Snow Leopard.

I want to use Lombok and i try to configure into "jbdevstudio.ini" file (or eclipse.ini) but I can't locate it.

I have this file in JBoss Developer Studio 7 on Windows 7... but i haven't it on Mac Os X.

Where is the .ini file placed? Where is the place in JBoss Developer Studio 7 to config Memory space, virtual machine arguments, eclipse configuration... etc?

Thanks

Était-ce utile?

La solution

I found the solution... The File jbdevstudio.ini is into: $PATH_TO_JBDS/studio/JBoss Developer Studio.app/Contents/MacOs

Note: You only need to do secondary click over "JBoss Developer Studio.app" and click "Show package contents" to show package contents and navigate /Contents/MacOs

To config lombok only need 2 things:

1- File lombok.jar into JBoss Developer Studio PATH: $PATH_TO_JBDS/studio/lombok.jar

2- Put into jbdevstudio.ini :

-Xbootclasspath/a:$PATH_TO_JBDS/studio/lombok.jar
-javaagent:$PATH_TO_JBDS/studio/lombok.jar
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top