|
Advertisement
|
Forum posts by Kondwani Mkandawire:Posted in Python Answers Forum, Aug 25, 2004, 5:25 AM
That was a great help, I had tried just about everything.Thanks a mill.Spike
Posted in Java Answers Forum, Aug 24, 2004, 7:37 PM
I'm pretty sure that if you have a JRE properly installedand configured (probably you might need to setyour environment variables using the Control Panel,under System to point to the bin directory of whereyou put your Sun JRE) you should be able to runany byte code with no problems.I hope I understood the nature of your problem.Good luck.Spike
Posted in Java Answers Forum, Aug 24, 2004, 7:28 PM
I don't quite understand what the problem is.If it has anything to do with running Java Appsfrom any given directory in your comp. or fromanother application, you may want to set yourWinXP environment variables (class path etc)to point to the location of your JRE.Sorry if I'm mistaken on the nature of yourproblem.Good luck with it.Spike
Posted in Java Answers Forum, Aug 24, 2004, 3:10 PM
You probably want to be searching for tutorialsthat teach Java from an OO perspective. Thesun web site as suggested is a good start.You'll find that in the long run learning OO-Conceptsand setting out your code as classes (as modular aspossible) is extremely helpful and makes thingsextremely simple (will also enable you to reuse alotof your...
Posted in Python Answers Forum, Aug 24, 2004, 2:49 PM
This is some Python code I've been trying todeal with, its using the Tkinter resources.I'm trying to figure out why the string testis constantly returning an empty string.Even when I type something in the entry andpress the Connect button, nothing is happening.Actually I do know whats happening but can'tfigure out how to resolve it. Connect is...
|