Jump to content

Pegasus

Lifetime Sponsor
  • Posts

    424
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Pegasus

  1. All other compiled local jar disappeared after I tried this.
  2. Well I finally know which keyword to google "intellij How to remove default file type association" Settings > Editor > File Types > Registered Patterns Remove Main.java in Patterns
  3. intellij is unable to recognize class with class name Main (Main.java) If I edit a class name to Main (Main.java), intellij shows it as broken file. If I attempt to create new class called Main, IntelliJ gives me a popup box: "Unable to parse template “Class” Error message: Selected class file name 'Main.java' mapped to not java file type 'XML' " The main concern is that IntelliJ can't recognize old projects which consist of Main.java I already tried to add this "-Djdk.util.zip.ensureTrailingSlash=false" to <IDE_HOME>\bin\idea64.exe.vmoptions (for the default 64-bit JVM) and then File -> Invalidate Caches/Restart Still don't work intellij think (Main.java) is XML file. If I rename (Main.java) to any other name, intellij is able to recognize it as class. How to fix it? Thanks
  4. Wealthy is great Nootropics. You can live in good air quality, quiet, large place and eat variety of uncontaminated, fresh, healthy food if you are wealthy.
  5. I google with keyword "isLoaded osbot" I visited this page : https://osbot.org/api/org/osbot/rs07/Bot.html It shows 500 Internal Server Error This class still exists in osbot client intellij doesn't report any error when I use getBot().isLoaded();
  6. I tried this: But the script stills relogin account immediately after I logged out it manually.
  7. How to login account after used logOut()? How to disable auto login after 5 min Idle auto logout?
  8. Yes, I need 2 way communication
  9. Is it doable to make a script to send post http request to php webserver every few seconds? Or I will just use socket connection.
  10. really? OSBot does allow socket connections? Are there any posts about this?
  11. OSbot doesn't allow socket connection . So is it doable to make a script to send post http request to php webserver every second?
  12. Pegasus

    Ex-Staff

    your avatar has changed too.
  13. I tired this but cmd printed : Failed to load local script after I click add account in osbot.
  14. Spring Festival travel season Jagex was acquired by Chinese company They use human to ban accounts. It is just my guess.
  15. How to reverse the order database -> php webserver -> java ? script post http request to php webserver every second?
  16. cmd printed Failed to load local script after I click add account in client.
  17. Won't there are some delay when using teamviewer?
×
×
  • Create New...