Put Executable jar in SJAS - client-server

I have one executable jar which I want to put in my project's website running on SJAS. I have no clue how to do it. Can anyone help me?
This jar is a J2ME application which I will access (kind of link) from mobile to download the application then it will connect to my server application through web services.
I just want a link which when I open should download .jar file just like we download any software. We used to have one network location to do so but it has been crashed so I am thinking this solution as a workaround.

I have just added html link in "Index.html" page of website and it is working fine. IDK if this preferred way to handle or not.

Related

Share File using Nativescript Angular

I can't find anywhere in the documentation about sharing files. Does Nativescript have a built in way to share filesystem files? I.E. I can pass it a path and it'll open the menu to pick an app to share with and when that app is opened it has that file specified already attached?
I'm using a plugin already for this, but it's a bit finicky as in it attaches the file to an email, but fails to attach it to a text message. Also the plugin doesn't give a complete list of applications like the built in share does on the phone.
I can confirm Share File plugin works as I'm personally using it often.
If you face any issues, let's know when it fails / which app you are exactly trying to share the file with.

Runnig Yesod Compiled Project on FpComplete using Amazon EC2

Hi sorry about this issue, i'm run out of ideas of how to access my deployed project on our main domain server.
By following the Guidelines provided in the GitHub I installed properly the keter, put the .keter file in the /opt/keter/incoming path but once i access it on the browser it always see the nginx page.
Also I use fpcomplete IDE for my project and I just download the file executable file there.
Thank in advance
I've solve this by following the instruction given to me on Github

How to start automatically installation after download completed from server(desktop application)

I have one desktop application.
And this application is upload on server and i will generate one downloadable link. and after download finished i want to start installation automatically.
if you have any solution about like this so please share with us.
Thank you in advance.

Customize Oracle Access Manager

I would like to know how to change Oracle Access Manager's Login page.
I don't want to build a new custom page but only change a few UI components to the default Oracle page (like images and CSS).
The "login page" I'm talking about is: console/login/LoginForm.jsp, but I cannot find it on my server, does any one know where I can find this LoginForm.jsp??
I'm actually looking for the login/LoginForm.jsp in this Oracle documentation.
Any help would be appreciated, thanks!
**Please note that I cannot install any additional programs on that server
You don't need to install any additional software on the server, you just need to be able to copy a WAR file to the console extension directory.
You can build the WAR anywhere, that doesn't have to be done on the server. Expand the look and feel template, which will give you the login/login.jsp file you were looking for, make your changes, build the archive and deploy to your server.
Good luck!

Project reference dll --> FileLoadException

I'm having a problem with project references in .Net
I have three projects:
Console Application
MVC 3 Web Application
Class library (Mails)
Both console and web apps reference the Mails project.
Mails project references RazorEngine.dll.
Now, when I run the console app everything goes fine, it uses Mails with no errors.
When I run the web app and it attempts to use Mails, it throws FileLoadException.
I can't figure out why is this happening, because both apps use the same piece of code in the Mails project.
RazorEngine.dll is in the bin folder of my web app so I don't know why it isn't found.
Please help!!! I need to solve this at work :S
I'm guessing it's either a Permissions issue or a dependency issue. If it works fine as a console app, you've probably satisfied all of the dependencies, so it's almost certainly a permissions problem. If you haven't already, see if more information is provided in the event log (you should see an error log for the exception.)
Depending on your version of IIS, you may need to add either IUSR_[MACHINENAME] or IIS_IUSRS to have read permission on everything that your app needs (including the bin folder, and each thing in it.)

Resources