Question

Can i make Jboss Tools plugin to run on JDK 32 while run Eclipse on JDK 64?

I wanted to do this because i need to assign more memory to eclipse while making Jboss tools (visual editor) use the 32 jdk hence it doesn't on 64.

noting i am running a Windows 7 64, if yes how can i achieve this?

Was it helpful?

Solution

Can i make Jboss Tools plugin to run on JDK 32 while run Eclipse on JDK 64?

Assuming you are talking about a plugin for Eclipse, the answer is - No.

A plugin for Eclipse runs in the same JVM as Eclipse itself. That has to be either 32 bit or 64 bit. It can't be both!


Why do you need to "making Jboss tools use the 32 jdk"? Do you mean that you want it to launch a 32bit JVM to run JBoss? If so, then you should be able to do this either via preferences in the JBoss plugin or via the relevant application launcher configuration. (Maybe someone with experience with this particular plugin could chime in with specific details.)

But lets be clear, this is NOT making the "Jboss Tools plugin to run on JDK 32" ...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top