atom-community / atom-community/atom-script
Error Message - Oracle ODBC Driver with same name already exists
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
Hi all. I can't get a simple Java program to compile and run using atom-script. My code is as follows:
```
// test.java
public class test{
public static void main(String args[]){
System.out.println("Hello world!");
}
}
```
and this is the error:
```
Oracle ODBC Driver with same name already exists.
[Finished in 0.135s]
```
Any suggestions? Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.