• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What is J#?!

Kenji4861

Banned
I was installing VIsual Studio .Net hoping I can find something to code my java programs. I found J#. Can I code Java programs on that or is it something new like C#? Thanks!
 
Originally posted by: Kenji4861
I was installing VIsual Studio .Net hoping I can find something to code my java programs. I found J#. Can I code Java programs on that or is it something new like C#? Thanks!

Why use J# when C# is the language MS is going to make a push with. J# is not standard java. There are lots of good java IDEs out there so if you want java, go with one of them
 
What are some free Java compilers?

javac

Go there, download the SDK.

If you're really looking for a graphical development environment, JBuilder Personal isn't too horribly bad, and it is free.

Personally, I just use TextPad and a few command windows.
 
I hate using J Creator...Are there any alternate java programs that let you write code and it compiles it and runs it step by step like the feature Visual Basic 6.0 has? I think i was called debugging or something.
 
Originally posted by: Joony
I hate using J Creator...Are there any alternate java programs that let you write code and it compiles it and runs it step by step like the feature Visual Basic 6.0 has? I think i was called debugging or something.

JDeveloper lets you debug. I'd be surprised if there was a decent enviro that didn't let you.
 
Back
Top