Tagged Questions
0
votes
0answers
25 views
Java: Transparent window overlaying foreign application window
Using JNA, more specifically User32.EnumWindows I identify foreign application windows that should be overlayed by custom transparent windows created by my application. They should remain on top of ...
0
votes
1answer
55 views
What equivalent data types in WinApi in JavaSE?
What equivalent data types in WinApi in JavaSE ?
This question in order to take advantage of technique JNA in JavaSE.
For example, found that WORD Equivalent short.
2
votes
2answers
56 views
Send mail with mapi in jython
I am trying to use pywin in a jython application for sending emails w/ attachments with outlook.
Pywin needs a win32 enviroment, but since we are in java and the function sys.platform returns ...
1
vote
0answers
45 views
How to select legitimate windows from an winapi callback?
I am trying to create a program in Java that is able to get positional information from unrelated windows in Windows. I need the rectangle from all the visible windows, I need to know which ones are ...
1
vote
4answers
96 views
Clear OS memory buffer using Java
I am sorry in Advance as I know this question is too general but I am new to this so it is difficult for me to make this question more specific.I am working on an application in which the client has ...
1
vote
3answers
66 views
Using winapi in java application
I've tried to invoke the MessageBoxA function in a JAVA code. What is wrong with the following approaches, so that my program throws a lot of errors?
package loading.libraries;
public class User32
{
...
9
votes
3answers
206 views
How to access information in Windows Device Manager from Java?
I have a serial to USB device and more than one of those can be connected to the computer. I need to query and retrieve a list of COM ports that the devices are connected to. In Windows Device Manager ...
3
votes
1answer
94 views
JNA mapping to pass in/out buffer to winapi function
I need to enumerate hardlinks to files in a Java app for Windows. I considered using Runtime with fsutil hardlink list, but requires administrative privileges. That led me to WINAPI (ugh). The ...
-3
votes
1answer
102 views
Java and win32 game overlay [closed]
I would like to create some overlay for my games (displaying time, some basic info etc).
How could I approach this? What tools should I use? Also I would need to read game memory to fetch some info.
...
0
votes
1answer
222 views
JNA: Pass Pointer to Structure to SendMessage function of User32.dll as the LPARAM
I need to perform a simple task : Print out the names of the list view items inside an explorer window. Suppose, I open "C:\Documents and Settings" on my desktop, then what I want to do is that write ...
0
votes
0answers
63 views
how to get the urls of all the websites visited using Java Native Access
Can anyone help me get the list of all visited website URLs using Java or Java Native Access?
Right now I can only get the title of the websites currently active. For the title of websites I use this ...
0
votes
0answers
53 views
Java networking - most performant model? [closed]
Well, utilizing C++ Winsock on Windows - the most performant model is IOCP and Overlapped Sockets which allows you to handle around 15,000 sockets or more efficiently.
I was wondering, what would be ...
1
vote
2answers
133 views
How to detect which program is playing sound on windows 7?
I'm trying to write a little background program that stops music playing Winamp when another program plays sounds. The part about the accessing Winamp through Java is already solved now I need a way ...
0
votes
1answer
78 views
CryptUnprotectData returns false when using JNI
I am trying to write a java application that uses the WinAPI CryptprotectData and CryptUnprotectData function. I am trying to accomplish this by using the java JNI. This is the first time I have used ...
2
votes
1answer
79 views
How to prevent JNI from overwriting GetLastError()
We are implementing a one-to-one mapping of some winapi methods, for the xidobi serial port project. The mapping of the C methods to java works as expected, but for an unknown reason GetLastError() ...
1
vote
1answer
188 views
Accessing Windows API from a Java application - JNI or JNA?
For an exercise, I would like to develop an application in Java that can make calls to Windows API and register itself for notification on events like key press.
From researches done earlier, I ...
0
votes
0answers
65 views
Is it possible to send native system input to a java application?
I know I can use the Robot class in Java to generate native system input but is it possible to do the same for a Java application using C/C++ and the Windows SDK?
I'm not sure how Java registers ...
1
vote
1answer
126 views
How to make Java release all the memory upon System.exit(0)?
Our app is a mix of Java and native code. And it leaks memory.
The most probable cause is the native code and indeed it has its share of leaks, however, they do not seem to be the only contributor.
...
1
vote
1answer
77 views
Is there a WIN32 API equivalent to JAVA pack()?
My windows application needs to auto resize based on a variable number/size of child objects. The end user is not allowed to resize the window. I already know how to move/resize windows. I just need ...
0
votes
3answers
88 views
Sending commands to jar with c++
I ran a .jar file (in c++) like so:
#include <iostream>
#include <windows.h>
using namespace std;
int main ()
{
system("java -jar filename.jar");
return 0;
}
Note: This runs ...
1
vote
1answer
115 views
Determine whether a file is a junction (in Windows) or not?
I've been searching around trying to find a way to determine if a file is a junction or not, and have not found any satisfactory answers.
First thing I tried was:
Files.isSymbolicLink(aPath)
It ...
0
votes
2answers
131 views
Delphi Win32 and JAVA? [closed]
Wondering if you can help. We use a product called Nethelpdesk. It is supposedly written in Delphi Win32. (I am a sysadmin and know little of code work) Basically the developer cant help us with an ...
0
votes
1answer
363 views
using SendMessage form user32.dll with jna in java - error
I try to use the:
LRESULT WINAPI SendMessage(_In_ HWND hWnd, _In_ UINT Msg,
_In_ WPARAM wParam, _In_ LPARAM lParam);
in Java with jna and i keep getting a error:
...
1
vote
0answers
66 views
Silently catch windows error popups when calling System.load() in java
I have a Java Swing application, which needs to load some native libraries in windows.
The problem is that the client could have different versions of those libraries. In one recent version, either ...
0
votes
0answers
104 views
How can the WriteConsoleInput function of a Windows console be accessed in Java?
I am trying to accomplish the exact same thing as this user:
Feeding input to an interactive command line application
Except I need to do it in Java instead of Python. I create a process for ...
1
vote
2answers
131 views
jvm crashes when trying to send TCHAR type to java function that accepts string as argument
While trying to send the name of the window on which currently a key is being pressed from a JNI C code to a java method jvm crashes. I think it is due to passing of an invalid argument. Please ...
1
vote
1answer
183 views
How to pass an array of structures using JNA
I referenced another stackoverflow article "How do I map a pointer to an array of structures in JNA" to come up with the following code to enumerate Windows service dependencies.
Structure and ...
1
vote
1answer
681 views
(SOLVED) Java JACOB retrieve all the properties for a given Win32_* class object
I am currently working on a java-base cross-platform software distributor and I chose to use native OS mechanisms to prevent the users from having to do any setup before hand.
I chose JSCH for SSH2 ...
2
votes
3answers
195 views
UAC and file virtualization of java created files
I have an front end application (in PowerBuilder but that is not important) that is calling a helper application developed in Java and packaged with launch4j.
The end user of the application has the ...
1
vote
1answer
140 views
Win32 File Properties dialog not displaying in Java Swing app via JNI
I have a Java Swing application with a couple of pieces of native functionality added via JNI. One thing this application does is show a tree view of the file system. I was trying to write a little ...
3
votes
4answers
184 views
Disable running a program in Linux and Windows
I am building a Computer Adaptive Test in Java[Swing] and want to disable running other programs in the background until the test finishes(or the user quits). This is to prevent candidates taking the ...
3
votes
3answers
836 views
How to check if a file is readable?
I'm writing Java 6 application and I have to check if a file is readable. However, on Windows canRead() always returns true. So I see that probably, the only solution could be some native solution ...
0
votes
0answers
170 views
Hook win32 createprocess api using java
I am trying to hook the Win32 CreateProcess API using java so that all my programs will know about any process that is about to be created. Can someone help me get started?
2
votes
2answers
237 views
Keyboard events: Is the order guaranteed?
For pressing a single key, there are multiple events that can be handled.
There is: KeyDown, KeyPressed, KeyUp.
Is it guaranteed that an application will receive those events in that order?
What I ...
0
votes
0answers
58 views
Java app not responding to language change until Alt-Tabbed
I am changing the Keybaord/IME/Language in my Java application via a JNI call to a C++ DLL which calls LoadKeyboardLayout. The switch does nothing until I alt-tab from my application and then back ...
3
votes
1answer
399 views
windows explorer context menu in java
Consider simple application, that display list of file. I would like to display context menu , when user click of file or folder, the same as, when user right mouse click in windows explorer (open, ...
0
votes
0answers
278 views
Java call for Windows API GetShortPathName
I'd like to use native windows api function in my java class.
The function I am interested in is GetShortPathName.
http://msdn.microsoft.com/en-us/library/aa364989%28VS.85%29.aspx
I tried to use ...
1
vote
0answers
125 views
System-level Proxy switcher using Java
Can we use Java (included JNA) to change Windows proxy settings (System level, not just for JVM) on the fly. I found some code snippets for C# where they are using InternetSetOption() API provided by ...
0
votes
1answer
216 views
one function called multiple times : why ? and improper use of threading through C?
Through the following code i tried to implement a simple keystroke catcher. When the user taps a key,he gets notified. Java code loads the dll which runs the DllMain method from where it also starts a ...
0
votes
1answer
314 views
Exception in thread “main” java.lang.UnsatisfiedLinkError : A dynamic link library (DLL) initialization routine failed
This is a very interesting problem. I get the mentioned exception after the native code prints some of it's statements. The exception thrown is :
hookThreadHandle is not NULL
hookThreadHandle is not ...
0
votes
2answers
153 views
Calling WinMain from Java : Possible ? Any other way?
How do i call this method from java :
WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
Is it possible to call WinMain from java ? I want the value of the ...
2
votes
5answers
337 views
cannot see the message when user presses the key
The following java program calls a native method in C that should print a message you pressed a key ! if the user presses a key. But i can't see the message as the i press the key.I also check if the ...
2
votes
1answer
522 views
Change icon of specific files in windows like dropbox
I am working on an app which needs to process files and send data from the client to the server (for a specific folder). I want the app to be able to add a small tick like the ones on the dropbox ...
3
votes
1answer
301 views
How to use SetWindowsHookEx function with java?
I want to log the keys in a table that i have designed in java. To get the keys user is pressing (on windows) i am advised to use the function SetWindowsHookEx. But i don't know how to use this ...
0
votes
1answer
377 views
JNA call RegisterDeviceNotification fails with error 1066
I am attempting to register for notifications on USB device arrival and device remove complete events from a java swing application.
I have successfully called
SetWindowLong(hWnd, ...
1
vote
3answers
622 views
File.createNewFile() randomly fails
I've build a simple test which creates and deletes a file (name does not change) in an infinite loop. The test does run for a couple of seconds (sometimes over 77,000 iterations!) and then fails with ...
2
votes
2answers
287 views
How to query the high-resolution performance counter
Good morning,
i need to obtain the value of the CPUs high-resolution performance counter in order to measure delay between various software applications. In my c(++|#) i use the
BOOL WINAPI ...
1
vote
2answers
372 views
How to send key and mouse events to a Java applet?
I'm trying to control some Java game from FireFox window. How can I send key and mouse events to that Java applet?
I'm using Windows XP if that matters.
Edit: I'm not trying to do this with Java ...
2
votes
1answer
191 views
In Windows, how do I programmatically make my whole screen blink black & white?
I am using a simple Pomodoro timer but I have no sound/speakers, and so I'd like to signal the end of the timer by simply blanking the screen with a specified color, then toggling it a few times with ...
0
votes
1answer
103 views
Read Win32 Application Status through Java
How to read win32 application status through java ? i need to read tool tips of application show on taskbar using java.
