Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by duncanb7
at 2024-05-05 03:16:22
Point:500 Replies:9 POST_ID:828497USER_ID:11059
Topic:
Java Programming Language;;
I get Java Applet running in my Firefox, and I also get all class file from the site approval,
In the applet application on PC's firefox, I need to click one button in applet area to send out request to the server and the request path is always changed(Checked by Charlies' http proxy) , I think it is for security issue or other issue I don't know.
If i know the exact file path name with its change that will help me a lot of to do file download automation.
Now can I know what is click function in java applet if I have all its class file ?
The reququest: http:/Data1.example.com?a=1&u=5&t=1345679000&d=eoouewroewooerowero
Where t and d variable is always changing with Date() and Time()
Any I try the NetBeans IDE that does nothing to me.
In Eclicps, I am I trying to download the software now, Is it helping me ?
Any Good Java Applet Monitor software avaiable to trace all Java Applet action in Broswer ?
Please advise
Ducan
In the applet application on PC's firefox, I need to click one button in applet area to send out request to the server and the request path is always changed(Checked by Charlies' http proxy) , I think it is for security issue or other issue I don't know.
If i know the exact file path name with its change that will help me a lot of to do file download automation.
Now can I know what is click function in java applet if I have all its class file ?
The reququest: http:/Data1.example.com?a=1&u=5&t=1345679000&d=eoouewroewooerowero
Where t and d variable is always changing with Date() and Time()
Any I try the NetBeans IDE that does nothing to me.
In Eclicps, I am I trying to download the software now, Is it helping me ?
Any Good Java Applet Monitor software avaiable to trace all Java Applet action in Broswer ?
Please advise
Ducan
Author: duncanb7 replied at 2024-12-23 09:42:58
Jad is usefule and that is impossible to read all code since too many, I think even I get all Java code but I can not run it because
I guess I need to input all login and password information and all cookies in order to run the Java Applet application in IE.
Now I try to use curl to set cookie in php to see how it works , but it fail
Could ask read this thread,http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_27026815.html
I guess I need to input all login and password information and all cookies in order to run the Java Applet application in IE.
Now I try to use curl to set cookie in php to see how it works , but it fail
Could ask read this thread,http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_27026815.html
Accepted Solution
Author: duncanb7 replied at 2024-05-09 09:55:19
Jad is usefule and that is impossible to read all code since too many, I think even I get all Java code but I can not run it because
I guess I need to input all login and password information and all cookies in order to run the Java Applet application in IE.
Now I try to use curl to set cookie in php to see how it works , but it fail
Could ask read this thread,http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_27026815.html
I guess I need to input all login and password information and all cookies in order to run the Java Applet application in IE.
Now I try to use curl to set cookie in php to see how it works , but it fail
Could ask read this thread,http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_27026815.html
Expert: CEHJ replied at 2024-05-08 11:57:53
What happened?
Author: duncanb7 replied at 2024-05-08 10:56:16
Any suggestion ?
Expert: CEHJ replied at 2024-05-05 03:53:59
>>So a.jad is same as a.jave and can be run at java.exe ?
The objective of JAD is to decompile class files into readable source. This doesn't necessarily produce code that can be recompiled
The objective of JAD is to decompile class files into readable source. This doesn't necessarily produce code that can be recompiled
Author: duncanb7 replied at 2024-05-05 03:50:43
Now I know it.
When Using NetBean it is shown a.class file as this stop() , every finction has throw statement and
no any operation code inside.
public void stop() {
//compiled code
throw new RuntimeException("Compiled Code");
When runing with Jad.exe, it generate a.jad that has a lot of operation code inside.
So a.jad is same as a.jave and can be run at java.exe ?
What I do next , import it into Eclipse or NetBean to debugg and run it again ?
Right ?
Duncan
When Using NetBean it is shown a.class file as this stop() , every finction has throw statement and
no any operation code inside.
public void stop() {
//compiled code
throw new RuntimeException("Compiled Code");
When runing with Jad.exe, it generate a.jad that has a lot of operation code inside.
So a.jad is same as a.jave and can be run at java.exe ?
What I do next , import it into Eclipse or NetBean to debugg and run it again ?
Right ?
Duncan
Author: duncanb7 replied at 2024-05-05 03:36:49
As again, the site is need a login and password sorry about that.
a.class file is read in NetBeans, but I got nothing to do on it.
What is JAD different from NetBeans and Eclips ?
a.class file is read in NetBeans, but I got nothing to do on it.
What is JAD different from NetBeans and Eclips ?
Expert: CEHJ replied at 2024-05-05 03:19:59
If you post the actual url, we could take a look
Assisted Solution
Expert: CEHJ replied at 2024-05-05 03:19:16
500 points EXCELLENT
Try decompiling the classes with JAD