Skip to content
Advertisement

Error:java: invalid flag: -release

I use Java : and IntelliJ IDEA: Get error when compiling: Executing javac -help : So javac should use two hyphens with release, but Intellij Idea use with one. Can I override javac options that IDEA use or fix it in some way? UPD: Even Build, Execution, Deployment > Compiler > Java Compiler Additional Command Line Parameter doesn’t help in

connection pooling with smtp servers

like i have 5 smtp server’s and i want to do bulk mailing and want to post on each server then how i can achieve it ? I am using like this now : Now i want to post on multiple VIP’s like Can you suggest how i can achieve this ? Answer You can use SmtpConnectionPool. Create session with

Set custom view for my location button in google map

I am using the Google Maps Android API v2, and I need a way to change the view (icon, color, etc.) of “My Location” button. now i can change the position of that but i need a way to do a full customization. can somebody help me please? Answer The location button is actually an ImageView. You should first retrieve

Advertisement