Thanks all,
I was able to uninstall using dos box.
I went into the directory where the uninstall.exe reside and ran this program with the following parms:
-is javahome "c:\progaram file\java\..." and it uninstalled Netbeans. Woo Hoo!
Hi Dian,
Thanks for you reply,
I believe the environment variables are correct as I can use and compile a java program using NetBeans and Eclipse...I just cannot uninstll NetBeans.
MJV
Hi,
I upgraded to Java 1.5 and could not start NetBeans 3.6. I read another post to edit a *.cfg file to point to the new dir for java. This enabled me to start Netbeans, but I cannot uninstall it still. Get the same error as snoopy75 posted.
Any idea on how/what to do to get Netbeans off my...
Sedj,
Thanks for your comment. I think I understand what you are saying as I am new to Java. Here is the java code:
import com.ibm.as400.data.*;
import com.ibm.as400.access.*;
import java.math.BigDecimal;
// Example class to call an RPG program to add two numbers and return the sum
public...
Hi,
Trying to run a java program using PCML to call a program on our AS/400 server. However when I run the java program, I get the following error. Anyone know what this means?
C:\JAVA>java Add2Numbers
Connecting to iSeries...
Exception in thread "main" java.lang.NullPointerException...
Thanks to all in this thread!!!!
Dian, thanks for the kind words...I am an RPG programmer therefore have some programming experience...but NEW to Java.
BTW, it was the CLASSPATH issue, once I set that it compiled.
MJV
Thanks for your answer. The case seems to be correct.
The code for Account.java and AccountDemo.java is below.
Account.java is as follows (it compiles):
/*
*
* Account
* Demonstration for Java 102 tutorial
* David Reilly, February 25, 1997
*/
public class Account
{
protected...
Hi,
Just started to learning java.
I found this site;
http://www.javacoffeebreak.com/java102/java102.html
When I copy the code for Account.java and AccountDemo.java,
I get the following error for AccountDemo.java:
C:\Java Samples>javac accountdemo.java
Accountdemo.java:8: cannot resolve...
I've created an MS-Access DB that will import data sent from our AS/400 to a network drive. The VB script I've written deletes all records from the tables then imports the data from the network drive into tables. This works fine.
The question is how do I create a button to run this VB script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.