Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Java 8 javac -profile option
Java 8 javac -profile option [message #1282090] Tue, 01 April 2014 17:17
Eclipse UserFriend
In Java 8, javac has a -profile option for the compiler to validate that the compiled code does not use Java API outside of the specified profile.

For example, one can say "-profile compact1", to ensure the compiled code does not use java.beans that is not in compact1.

How do I express the -profile value in Eclipse using the Java 8 support?

[Updated on: Tue, 01 April 2014 18:08] by Moderator

Previous Topic:KeyStore doesn't load new stores
Next Topic:WindowBuilder won't build JTable showing Col Headers?
Goto Forum:
  


Current Time: Tue Apr 29 05:16:11 EDT 2025

Powered by FUDForum. Page generated in 0.03523 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top