Recovery of data behind applets [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I'm trying to use an applet to recovery some old data on a 3rd party site that i wished to keep. I see that nowadays all browser that i know force java plugin to be unavailable, is there some technical workaround to allow current and future applet execution for the sake of data migration? i looked into Lobo browser and JWebPane but to no avail

Don't know about modern browser compatibility. You should still be able to use and older version of a compatible browser - I'd just be extra carefull as security fixes would obviously be absent.
This post might old some good infos on the subject: https://superuser.com/questions/999778/when-firefox-drops-java-applet-support-how-will-i-run-old-java-applets
However, keep in mind that the very existence of the applet plugin will cease with Java 9. I'd hurry to find a more futur-proof solution.

Related

How to install MySQL or MsSQL with a personal setup [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I want to develop an external PC application using Java and MsSQL/MySQL.
I want to share it with all people. But I have no idea about how to install MS SQL or MySQL automatically with my Application setup, without a normal manual database installation.
Or is there any other way to develop such an app using "Java + any database server"?
Or is there any best way to success this process with Java?
If you are programming in netbeans you need include the database within netbeans? Here is a guide on how to do this.
https://netbeans.org/kb/docs/ide/mysql.html
Also here is a second guide on Packaging and Distributing Java Desktop Applications
https://netbeans.org/kb/docs/java/javase-deploy.html

How can create an isolated JVM? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
How can I create JVM with fewer cpu and ram (resources) and give other access to it, while also ensuring that they cannot manipulate or view files or data of my system?
I want to create a web interface java compiler which everyone can use and would not like if other can manipulate my system.
If you use VirtualBox or another VM you can
choose the OS, it doesn't have to be the same.
choose all the files it can see
choose how much CPUs and memory it can use.
make it hard to break out of the virtual host and into the real host.

How much it takes memory to download all sdk tools for android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am new to android development. I want to download sdk tools for eclipse ide. How much disk space will it take to install all sdk tools? And what are the important tools to download, in case downloading all will take huge amount of time and memory?
The ADT bundle (tailored Eclipse with SDK, tools, etc.) comes in a 528 Mb zip file. I think is a good idea to download it complete if you are new to Android (and have space enough), instead of picking pieces of it here and there...
you can just check out the sizes for different files in a version.
See, http://completefaq.blogspot.com/2013/08/how-to-install-android-apis-on-myself.html

Will the recent exploit we heard about with Java 1.7 apply to Android? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Will the recent exploit we heard about with Java 1.7 apply to Android? I haven't seen any articles on this.
IMO, it is unlikely that it will apply.
As far as we know, the problem occurs when certain malicious (untrusted) Java applets are executed by some (not all) browser plugins. There have been no indications / announcements that android's web browser has this problem.
Besides Android uses a independently coded / implemented Java code-base, so if the problem is in the Oracle Java security manager or applet support code code, the chances are that it won't be in the corresponding Android code.
Android uses its own VM and thus likely not affected

What is the best Java SIP Stack around? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
What is the best Java SIP Stack I can use.
I'm looking for Stable, Efficient, Rich Feature-Set, Stable & Bug-less :)
MjSip - complete, well documented, and Open Source
I hope it is NOT MjSip. I may be wrong but I don't think that the api has been worked on since 2005. I have used it for a month now and it is missing some higher level things like easy dtmf support and has the occasional bug. Although, I think some decent projects like SipDroid for android used it as a basis.
Two other stacks I know of are:
1) PJSIP-JNI which is java bindings for the C PJSIP library
2) JAIN-SIP
This is a good library to start with. The project has a lot of modules, but the SIP and RTP implementations are simple and pure java (including g729 codec !!!)
http://sourceforge.net/projects/javaforce/
though java is not very much used here, i hope it's helpful, this is google talk approach

Categories