Kundan Prabhu

Greenhorn
+ Follow
since May 16, 2018
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
6
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kundan Prabhu

I want guidance on java user interface design. which is the best resource?
3 years ago

Joe Ess wrote:I don't use Netbeans but I don't see an error.  
What I assume is happening is that the program is running through to its completion and the debugger is exiting with the error code 99.
Can you set a breakpoint on the "hello world" line?  That should halt the debugger.  



But it does not print the message. Why?
3 years ago
I typed the following code in netbeans:

# To change this license header, choose License Headers in Project Properties.
# To change this template file, choose Tools | Templates
# and open the template in the editor.

__author__ = "KUNDAN JI"
__date__ = "$10 Jan, 2020 1:38:05 PM$"

if __name__ == "__main__":
   print "Hello World"

I got the following error:

Debug session normal end
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell
[LOG]where you can enter python console commands while debugging
Debug session Abort =99
Debug session normal end

What may be the reason? How to solve it?
3 years ago
How to create a Python executable(.exe) file in Netbeans IDE?
4 years ago


The above code is giving the following error:
Traceback (most recent call last):
 File "C:\Users\KUNDAN\backup.py", line 2
   shutil.copy(“\\Om-pc\e\Office File\Access Original 14-16\Cash MAR.2017 TO APR.2019.accdb”, "C:\Users\KUNDAN\Desktop\Cash MAR.2017 TO APR.2019.accdb ")
               ^
SyntaxError: invalid character in identifier
4 years ago
While installing Anaconda I get a message "Failed to create menus". How to solve this?
4 years ago

Tim Moores wrote:Why Java? Access creates a file, which should be backed up along with the rest of the computer it resides on. You ARE backing up your computer, right? If not, start with that.



Thanks, GOD BLESS YOU!!!
4 years ago
How to backup an MS Access database using Java?
4 years ago

Knute Snortum wrote:This is exactly what you see?

   http://127.0.0.1% HTTPPORT %/apex/f ? p=4950

Two things: it looks like the environment variable HTTPPORT has not been set.  Second, it looks like there are spaces in the URL.  That's not allowed (or was that just from copying the text?)



Thanks a Lot!!! GOD BLESS YOU!!!
I have installed Oracle Database 11g Express Edition. When I click on the Get Started I get a message http://127.0.0.1% HTTPPORT %/apex/f ? p=4950.
What to do?

Tim Moores wrote:NetBeans is just the IDE; what do you envision it should do in this scenario (apart from building/debugging/running the app)?

If you're asking how to use JasperReports, then I suggest searching for "jasperreport getting started" or "jasperreport tutorial" or some such term. You'll get tons of results.



Thanks a lot. GOD BLESS YOU!!!
4 years ago

Tim Moores wrote:What are you trying to accomplish? In other words, what do you mean by "plugin to NetBeans"? There used to be a NetBeans plugin for iReport, but that ceased to be updated long ago. JasperReports is a library, so I'm not sure a plugin for it would even make sense.



I want to create reports for my programs developed in Netbeans. How to do it?
4 years ago
How to plugin Jasper reports to NETBeans 8.5?
4 years ago

salvin francis wrote:Adding to what Stephan said ... If the operating system is Windows, one can also create a shortcut for this file. You can customize different shortcuts with icons.

Thanks a lot. GOD BLESS YOU!!!

4 years ago

Stephan van Hulst wrote:This is the icon belonging to the file type association in your operating system. It depends on the operating system how to change this. In Windows, you can edit it with the registry editor, there are plenty of tutorials and tools online to do this.

Note that this won't just change the icon for executable JARs, but for all files ending with the .jar extension.



Thanks a lot. GOD BLESS YOU!!!
4 years ago