Open Applicaction -> Accessories -> Terminal Type commandline as below… sudo apt-get install openjdk-7-jdk Type commandline as below… apt-cache search jdk (Note: openjdk-7-jdk is symbolically used here. You can choose the JDK version as per your requirement.) 4. For “JAVA_HOME” (Environment Variable) type command as shown below, in “Terminal” using your installation path… export JAVA_HOME=/usr/lib/jvm/java-7-openjdk ..
Category : JAVA
Convert and Loop through JSON with PHP and JavaScript Arrays/Objects September 30, 2014 by Jonathan Suh If you’re working with JSON (JavaScript Object Notation) and either need to convert a JSON string to array or object and loop through it or vice-versa, take an array or object and convert it to a JSON string to ..
A simple http enabled text to speech server Introduction One of the technologies I’m more fond of is domotics. I don’t have the budget for a java enabled oven, but with some x10 plugs I’ve recently had a lot of fun building a system where a midlet on my mobile periodically polls my home ..
I love the power of Java and of backend products like OpenJMS, Hibernate, Spring, JMX and so on. And I love the simple, immediate and effective approach of PHP when developing the web presentation layer. I always use both languages together, usually exposing Java services to the PHP applications thru Soap or Xml-Rpc. But how ..
Introduction I recently got involved in a project where reliable communication between etherogenous platforms was required. Having already worked with JMS, I had to find a way to expose its services to the frontend(a PHP base web application). Some time before I had come across XFire, and had been looking for a chance to work ..
Introduction J2me Chart Component is a free MIDP2.0 library, aimed at helping J2ME developers to easily add charts to their personal or commercial midlets. I’m writing this article because some people have asked for a simple kickstarting tutorial on how to use the library. I hope this will be useful and that will also help ..
Overview Some people are using my Tunnel4J, an easy graphical utility that allows connecting to remote ssh servers and mapping local and remote ports for tunneling. Tunnel4J is based on Jcraft’s Jsch, an excellent 100% java library for ssh. As I recently received multiple requests about how to do ssh tunneling in java, I’ve decided ..
ntroduction Asterisk, the well known free PBX, exposes great integration potentialities. Specifically , we’re interested in AGI (Asterisk Gateway Interface), a sort of API for scripting the engine. Today we’ll face a java interface for AGI: asterisk-java. We’ll use this easy library to build a scripting engine. The used scripting language is BeanShell, but you ..
SugarCRM integration and Apache Axis The most read articles here on beanizer.org are with no doubt those related to SugarCRM integration. Up to now our articles have focused on integrating with PHP, but following some readers’ request, starting from this article we’ll talk about integrating SugarCRM with Java. Though Java has strong and long lasting ..
Recent Comments