Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Diancecht

  1. Diancecht

    Need to have gradle build file reference database-connection info within 'application.yml' file

    You could try snakeyaml to read the file but, why noy a typical .properties file? Cheers, Dian
  2. Diancecht

    count a string

    There are a lot of ways for doing that, for example you can take a look at the Matcher class Cheers, Dian
  3. Diancecht

    Need help Parsing Json file in Java

    What issues are you running into? Cheers, Dian
  4. Diancecht

    tomcat 8.0x java.util.logging.Logger.log to file

    Maybe you need to define the java.util.logging.config.file parameter as said here Cheers, Dian
  5. Diancecht

    Date and week randomizer

    What are you getting now? Cheers, Dian
  6. Diancecht

    Credentials used within multi classes

    Maybe you can find some inspiration here: https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/auth/UsernamePasswordCredentials.html Cheers, Dian
  7. Diancecht

    IE11 - Country Problems

    Maybe just turning off the location solves your problem: https://www.lifewire.com/denying-access-to-your-location-4027789 Cheers, Dian
  8. Diancecht

    Java vs Kotlin

    Or you can try both: according to the docs, Kotlin is compatible with Java Cheers, Dian
  9. Diancecht

    change centent of xml file under eclipse

    Maybe this helps Cheers, Dian
  10. Diancecht

    change centent of xml file under eclipse

    Do you have any particular question? Cheers, Dian
  11. Diancecht

    Understanding promises

    AFAIK, Javascript is single-threaded by default, so asynchronous requests can be queued and dispatched in a no-predictable way Cheers, Dian
  12. Diancecht

    JVM 1.8 Min and Max Heap Sizes

    So I guess you've already been into this Cheers, Dian
  13. Diancecht

    JVM 1.8 Min and Max Heap Sizes

    Well, PermGen is gone and I suspect that the Xms is actually being taken into account, but the memory managament has changed and it's not reflected in usual tools. Maybe this helps. Anyway, do you have any performance issues or it's just that you don't see the memory reserved? Cheers, Dian
  14. Diancecht

    JVM 1.8 Min and Max Heap Sizes

    How are you measuring memory comsumption? Cheers, Dian
  15. Diancecht

    JVM 1.8 Min and Max Heap Sizes

    I'm not an expert on this, but I remember something about the difference between reserving and allocating memory space. HOw are you measuring it? Is there a performance problem or just a need of control? Cheers, Dian

Part and Inventory Search

Back
Top