Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Java 8 javac -profile option
Java 8 javac -profile option [message #1282090] Tue, 01 April 2014 21:17
BJ Hargrave is currently offline BJ HargraveFriend
Messages: 60
Registered: July 2009
Member
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 22:08]

Report message to a moderator

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


Current Time: Fri Mar 29 14:33:45 GMT 2024

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

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

Back to the top