Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What Java virtual machine (JVM) do I use to run the AspectJ compiler?

0
Posted

What Java virtual machine (JVM) do I use to run the AspectJ compiler?

0

Use the latest, greatest, fastest JVM you can get your hands on for your platform. The compiler’s performance is dependent on the performance of the JVM it is running on, so the faster a JVM you can find to run it on, the shorter your compile times will be. At a minimum you need to use a Java 2 or later JVM to run the compiler (J2SE 1.3 for AspectJ 1.1). We realize that this constraint can be a problem for users who don’t currently have a Java 2 JVM available. We’re sorry for the inconvenience, but we had to make the hard decision that the advantages of being able to rely on Java 2 were worth the cost of losing a number of developers who are working on platforms without Java 2 support. Here is a list of starting places where you might find support for your system. • Java 2 Platform, Standard Edition • developerWorks : Java technology : Tools and products – Developer kits • developerWorks : Open Source – Jikes Project • Java Platform Ports The requirement of Java 2 support is only for r

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123