Skip to main content

Hello Everyone,

I'm interested to come back on COBOL, never worked with since 15 years.

I have downloaded Visual Cobol for Visual Studio 2012. I have VS2012 Express Web, Windows and Windows 8.

The installation of Visual Cobol don't give me error, but when i try to start VC, i get this error

someone already get this kind of error? does i need to uninstall and install again?

Thanks for your help.

Hello Everyone,

I'm interested to come back on COBOL, never worked with since 15 years.

I have downloaded Visual Cobol for Visual Studio 2012. I have VS2012 Express Web, Windows and Windows 8.

The installation of Visual Cobol don't give me error, but when i try to start VC, i get this error

someone already get this kind of error? does i need to uninstall and install again?

Thanks for your help.

Visual COBOL will not work with the Express editions of Visual Studio.

It requires either that a Visual Studio Professional or higher version be installed or you can uninstall the Visual Studio express edition and then Visual COBOL will automatically install the Visual Studio Shell edition and install into it.

The Visual Studio Shell edition does not support the Microsoft languages such as C# or VB.NET so you would have to install a Professional version if this support was required.

Thanks.


Hello Everyone,

I'm interested to come back on COBOL, never worked with since 15 years.

I have downloaded Visual Cobol for Visual Studio 2012. I have VS2012 Express Web, Windows and Windows 8.

The installation of Visual Cobol don't give me error, but when i try to start VC, i get this error

someone already get this kind of error? does i need to uninstall and install again?

Thanks for your help.

Hi, thanks for your answer,

I downloaded Visual Cobol for Eclipse. Because i don't want to uninstall all my VS, i need it at this time.

But now, i can't compile COBOL JVM Class. it's not a good start for me i think! I can't create COBOL JVM Project, but if i add Class, i got error on compile.

thanks again for your help.


Hello Everyone,

I'm interested to come back on COBOL, never worked with since 15 years.

I have downloaded Visual Cobol for Visual Studio 2012. I have VS2012 Express Web, Windows and Windows 8.

The installation of Visual Cobol don't give me error, but when i try to start VC, i get this error

someone already get this kind of error? does i need to uninstall and install again?

Thanks for your help.

Can you please provide some more information and possibly a screenshot of the actual error that you are experiencing?

Thanks


Hello Everyone,

I'm interested to come back on COBOL, never worked with since 15 years.

I have downloaded Visual Cobol for Visual Studio 2012. I have VS2012 Express Web, Windows and Windows 8.

The installation of Visual Cobol don't give me error, but when i try to start VC, i get this error

someone already get this kind of error? does i need to uninstall and install again?

Thanks for your help.

OS : Windows 8

Downloaded Visual Cobol for Eclipse.

When i try to create a Cobol JVM Class like this

 class-id com.mf.CBOClass public.

       working-storage section.

       method-id instanceMethod.
       local-storage section.
       procedure division.

           goback.
       end method.
       
       end class.

i get this error

os.init:

os.init.windows:

os.init.unix:

init:

init.all.configurations:

clean:

os.init:

os.init.windows:

os.init.unix:

init:

clean.cfg.New_Configuration:

cobolbuild:

os.init:

os.init.windows:

os.init.unix:

init:

pre.build.cfg.New_Configuration:

os.init:

os.init.windows:

os.init.unix:

init:

cobol.cfg.New_Configuration:
    [cobol]
    [cobol] Compiling CBOClass.cbl...
    [cobol] COBCH1558S Failed to start JVM  : C:\\Users\\Stéphane\\workspace\\CBOProject\\src\\CBOClass.cbl(0,1,0)
    [cobol] Compilation complete with 1 errors, 0 warnings, 0 notices and an exit code of 16

os.init:

os.init.windows:

os.init.unix:

init:

post.build.cfg.New_Configuration:


BUILD FAILED
Build finished with 1 errors, 0 warnings, 0 notices and a maximum exit code of 16



Total time: 1 second

maybe it's the package name? com.mf?

thanks


Hello Everyone,

I'm interested to come back on COBOL, never worked with since 15 years.

I have downloaded Visual Cobol for Visual Studio 2012. I have VS2012 Express Web, Windows and Windows 8.

The installation of Visual Cobol don't give me error, but when i try to start VC, i get this error

someone already get this kind of error? does i need to uninstall and install again?

Thanks for your help.

Hi,

You can get this error when you are using the wrong JVM to compile (e.g using a 32 bit compiler to try and build 64 bit JVM code or vice versa). It's worth checking you're using the right JVM version for the code bitism you're trying to use.

Regards


Hello Everyone,

I'm interested to come back on COBOL, never worked with since 15 years.

I have downloaded Visual Cobol for Visual Studio 2012. I have VS2012 Express Web, Windows and Windows 8.

The installation of Visual Cobol don't give me error, but when i try to start VC, i get this error

someone already get this kind of error? does i need to uninstall and install again?

Thanks for your help.

Thanks, that's mean i use Visual Cobol 32 bits?  my Java version was 64 bits, i've installed 32 bits and now i can compile.

thanks


Hello Everyone,

I'm interested to come back on COBOL, never worked with since 15 years.

I have downloaded Visual Cobol for Visual Studio 2012. I have VS2012 Express Web, Windows and Windows 8.

The installation of Visual Cobol don't give me error, but when i try to start VC, i get this error

someone already get this kind of error? does i need to uninstall and install again?

Thanks for your help.

Thanks, that's mean i use Visual Cobol 32 bits?  my Java version was 64 bits, i've installed 32 bits and now i can compile.

thanks