java

  1. vishal234

    Java: Issue with Converting String to Integer

    I'm currently working on a Java program and encountering an issue while trying to convert a string to an integer. Despite using the appropriate parsing method, the conversion doesn't seem to work as expected. Here's a simplified version of my code: public class StringToIntConversion {...
  2. M

    Android Scala literal identifiers require explanation (backticks)

    I was reading Programming in Scala 2nd Edition when I came across this: I'm not sure why I'd want to utilize this. In this article, I've read provided an example of how to access the static yield function in Java's Thread class. So, because yield is a reserved term in Scala, if I use yield with...
  3. january

    Windows 10 Can't install java after reinstalling Windows 10.

    I tried every type of java installer - offline (both x32 and x64) and online. It doesn't work and I don't know why. I just install the installer, run it adn nothing happens - no error, no problem just nothing and I don't have any java installed on my PC yet. I tried to run it with administrator...
  4. G

    Check Java version from Command Line

    I have a Java installation and I have only access via bash. How can I check the Java version from command line.
  5. Saul9868

    Windows 10 Jar files wont open

    As the title says. I've tried reinstalling java and updating windows but they didnt work, All .jars simply wont open.
  6. Cardinal System

    Windows 7 Pcap - Capture/Sniff HTTP Packet

    Hello, I am working on a Java application that uses Pcap4J and Npcap to monitor network activity on a Windows computer (it's mainly intended to monitor browser activity, but I like the idea of using Pcap to expand it to all network activity). Ultimately, it is going to be a network...
  7. Cardinal System

    Windows 7 UAC Prompt for Jars

    Is it possible to show a UAC prompt for a Java jar file? I am aware that one can edit an executable's manifest to require an elevated process, but there seems to be no way to do so with a Jar file. I do not want to edit javaw.exe's manifest. Is there a specific file that that can take file...
  8. Cardinal System

    Porn Detector API?

    Does anyone know of a Java API that opens a given image URL and checks whether or not it is pornographic? I am building a chat bot that will filter out porn from messages and need a method for detection...
  9. Rainer Bielefeld

    Windows 7 How can I define which of the available JAVA Versions IE11 should use?

    Hello, for particular technical visualization needs (IniNet's SpiderControl) a commonly used software is "Browser + Java". Mozilla stopped support of NPAPI plugins. The JAVA Plugin is such a NPAPI plugin, and so some users (my customers) think about using the Internet Explorer for their needs...
  10. Cardinal System

    Windows 7 batch output redirection

    I am totally inexperienced with batch (.bat) files, so please bear with me... I have a Java program that I run with cmd, and I want to record the console output to a text file. In other Java programs I've created, I used jars (.jar) to run the program, thus I didn't need cmd, and I could use...
  11. S

    Java will not Install on my Windows 10 Machine

    Hello there! I've been having a very frustrating issue with installing Java on my (fairly) new Windows 10 64-bit machine, and any assistance in this matter would be so very much appreciated. I've searched all over, and posted in several tech forums searching for help, all to no avail. So any...
Back
Top Bottom