Category Archives: Java

How to test Jira REST API url using browser

When you read JIRA 5.0 REST API Documentation at https://developer.atlassian.com/static/rest/jira/5.0.html. The article is showing you to type http://example.com:8080/jira/rest/api/2/application-properties for example, if you use localhost as machine name then it will be http://localhost:8080/jira/rest/api/2/application-properties this is where your nightmare started. The correct … Continue reading

Posted in .Net, Java | Tagged , , | Leave a comment

Java is free then how about .NET?

If you go to Java home page you will see “Free Java Download” You hard find a place for free .NET download now a day because .NET is installed as part of your operating system so it is free and … Continue reading

Posted in .Net, Java | Tagged , , | Leave a comment

Failed to load the JNI shared library

If you have this error “Failed to load the JNI shared library “C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll” or “Failed to load the JNI shared library “C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll”. It is either the application need x86 version of Java but you have installed … Continue reading

Posted in Java | Tagged | Leave a comment

How to get Android Platform samples

After installing the ADT plug-in and platform SDK the samples do not install alone.   The video below shows how to get the platform samples. How to get Android Platform samples

Posted in Community, Java | Tagged , , | 2 Comments

Android application does not run in emulator

You might run into a situation where your Android emulator started fine but the application does not get deployed. One of the possible reason could be the application that you created is not the same as the emulator that you … Continue reading

Posted in Java | Tagged , , | Leave a comment

The simplest 1 InputText and 1 CommandButton ADF (Application Development Framework) sample

The simplest 1 InputText and 1 CommandButton ADF (Application Development Framework) sample   It is a simple Java Server Page with ADF but it is not easy to find in the Internet. So, I created one here.   I have … Continue reading

Posted in Java | Leave a comment

Introduction to Enterprise JavaBeans 3.0 – for JDeveloper 10.1.3.3

Introduction to Enterprise JavaBeans 3.0 – for JDeveloper 10.1.3.3   When you are reading the Introduction to Enterprise JavaBeans 3.0 in otn.oracle.com you will find that there is no step by step guidance to put the code in JDeveloper.   … Continue reading

Posted in Java | Leave a comment

Deploying and Managing Web Services Using JDeveloper and External Oracle Application Server

There is a good tutorial at Oracle tutorial site (http://www.oracle.com/technology/obe/obe1013jdev/10131/devdepandmanagingws/devdepandmanagingws.htm) entitled “Developing, Deploying and Managing Web Services Using JDeveloper and Oracle Application Server”. I spent quite some time to deploy the Web Service to External Oracle Application Server instead of … Continue reading

Posted in Java | Leave a comment