ProgScripting Languages
Help me Experts!
I was using an office in-house built program and had trouble using it one time when I encountered this error upon starting said program. The error message seemed to display a Java error but this is so technical for me since I am just a user. I was just wondering that it was working fine yesterday but now I cannot use it. I know I have Java installed on my PC.
Please give advice.
Error Message:
Startup Error
An error has occurred during startup
java.lang.NullPointerException
- 1239 views
- 1 answers
- 0 votes
Hi All,
This code is for zipping files in a folder and get this error
—————————
Windows Script Host
—————————
Script:F:Zip.vbs
Line:6
Char:1
Error:Type mismatch: 'strWinzip'
Code:800A000D
Source: Microsoft VBScript runtime error
—————————
OK
—————————
strDate = Year(Date) & Right("0" & Month(Date), 2) & Right("0" & Day(Date), 2) & Right("0" & Hour(Now), 2) & Right("0" & Minute(Now), 2) & Right("0" & Second(Now), 2)
- 1021 views
- 1 answers
- 0 votes
My driver is divided to three partitions and every one contain a lot of data and they are in fat32 format.
I need to make one of them ntfs so I can use it in some applications.
How to convert this partition from fat32 to ntfs without losing any data?
My driver is divided to three partitions and every one contains a lot of data and they are in fat32 format.
I need to make one of them ntfs so I can use it in some applications.
How to convert this partition from fat32 to ntfs without losing any data?
- 1112 views
- 2 answers
- 0 votes
Presently, I am developing a system made in VB.Net. What is the best database engine for VB.Net which is free, if not less errors in the said programming language?
- 1943 views
- 1 answers
- 0 votes
hello i am php programmer and i want to print one number series which could be start from any number and end to any number for example if i take 1-10 then my series should be like
1
10
2
9
3
8
4
7
5
6
but keep in mind that the number can be of any limit like it could be 1 to 1000 or any number of limit..
this is really so simple to print but we have some restrictions here
1. we need to use for loop only.
2. we cannot use like i+1 or 1+2 ,3 simple i++ in for loop for increment
3. we cannot use any if condition. or any other condition
4 we cannot create any another function to check the codition
- 875 views
- 2 answers
- 1 votes
My laptop displays Japanese Language.
How can I change it to English.
Because I do not understand Japanese?
- 733 views
- 2 answers
- 0 votes
I have been working for a company and programming object oriented styled in C++ but after I lost my job so I employed myself at home by programming in java but through the internet. My question is why using java programming language, programs are much easier to sell over the internet?
From my experience I am quite sure that C++ is a much faster programming language and effective more than Java. And also, the web programming in javascript is much more valuable than CSS's ones.
Why is that ?
- 916 views
- 1 answers
- 0 votes
How do you allow the remote MySQL server to be opened via a simple C# application?
- 2286 views
- 1 answers
- 0 votes
When I try to open JavaScript i get an error message that appears which mentions,
An error occurred while executing he program.
This is followed by more detail which could be seen in the uploaded image.
Some one please try to help me out of this problem.
Thank you.
- 787 views
- 1 answers
- 0 votes
I created a java program. For the I want to split sentence to different words and put them into a array.
I used following two codes for that. But, it doesn't work.
Help me for solve this. Thank you!
String[] result = "John Steve Smith".split(s);
- 1355 views
- 1 answers
- 1 votes