Category Archives: Java

Java calls WCF Service

This post shows you how to call WCF from Java. To create a WCF Services refer to here https://chanmingman.wordpress.com/2020/07/15/asp-net-blazor-call-wcf/. In order to call WCF from Java you need to download JSK 1.6 and Luna Eclipse. I found Java 1.8 has … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Java | Tagged | Leave a comment

JDBC connect to SQL Azure

This post is because a friend of mine asking “From AWS connect directly to db in Azure via JDBC connection. Any advise?”. I do believe JDBC will work the same across Axure, AWS or Google cloud platform. The below code … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Java | Tagged | Leave a comment

Android Emulator run on AMD chip

Finally Android emulator can run on AMD chip. I am using Ryzen 5. How to setup in up, follow this link https://developer.android.com/studio/run/emulator#install, when it is still valid.

Posted in Cloud, Community, Computers and Internet, Data Platform, Java | Tagged | 1 Comment

The problem with Java1z0-808 exam

Why you should not take the Oracle exam 1z0-808. Actually, I have gotten some pretty good past questions from https://www.gratisexam.com/. The problem was, I suspected the answers were questionable. So I have built them using NetBean, many of them, here … Continue reading

Posted in Cloud, Community, Computers and Internet, Data Platform, Java, Oracle | Tagged , | Leave a comment

NetBeans 11 create Java project without Maven

When you want to create a Java SE project in NetBeans 8, you see Java -> Java Application. A straightforward way. Many people are lost when come to NetBeans 11. In NetBeans 11 you choose Java with ant -> Java … Continue reading

Posted in Computers and Internet, Java | Tagged | Leave a comment

iReport Cannot find java.exe

This post shows you one of the possibilities to resolve the error from iReport, “iReport Cannot find java.exe”. After you have downloaded iReport let say version 5.5.0. You have definitely installed Java SDK as well. But when you go to … Continue reading

Posted in Cloud, Community, Computers and Internet, Java | Tagged | Leave a comment

Groovy Script is missing form Eclipse

This post shows you how to use Groovy with Eclipse and where to get the Groovy Script. The Eclipse version I have is Version: 2019-06 (4.12.0). To add Groovy to Eclipse go to Help -> Eclipse Marketplace. Type Groovy in … Continue reading

Posted in Cloud, Community, Computers and Internet, Data Platform, Java | Tagged | Leave a comment

Groovy Exception in thread “main” java.lang.ClassNotFoundException: com.microsoft.sqlserver

This short post reemphasizes on the error for Groovy to access Microsoft SQL Server. This could be the driver issue or you did not add the library at the correct place for example, like this case for NetBeans https://chanmingman.wordpress.com/2019/09/01/groovy-with-microsoft-sql-server/.

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Java | Tagged | Leave a comment

Why use Java

Introduction Java is an object-oriented programming language that was first released by Sun Microsystems in 1995.  Back in the 90s all the programming languages were not GUI friendly. The only GUI friendly programming language was Visual Basic. Again, back in … Continue reading

Posted in Community, Computers and Internet, Java | Tagged , , | Leave a comment

Using node.js as a web server with Visual Studio Code

This blog shows you how to use node.js as web server. If you just want to test html, JavaScript, and CSS then you can use node.js as web server. Do the following 1.       Download Visual Studio Code https://code.visualstudio.com/. 2.       Install … Continue reading

Posted in .Net, Community, Computers and Internet, Java | Tagged , , , , | Leave a comment